@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/123776> foaf:primaryTopic <album/123776#subject> .

<artist/34304#subject> a schema:Person,
        foaf:Person ;
    schema:name "Marcia"@en ;
    foaf:made <album/123776#lyrics>,
        <album/123776#subject> ;
    foaf:name "Marcia"@en .

<artist/77834#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rinna Futaba"@en,
        "二羽凛奈"@ja ;
    foaf:made <album/123776#subject>,
        <album/123776#vocals> ;
    foaf:name "Rinna Futaba"@en,
        "二羽凛奈"@ja .

<artist/9454#subject> a schema:Person,
        foaf:Person ;
    schema:name "kamase-tora"@en,
        "かませ虎"@ja ;
    foaf:made <album/123776#lyrics>,
        <album/123776#subject> ;
    foaf:name "kamase-tora"@en,
        "かませ虎"@ja .

<album/123776#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ten wo Tsukamu made"@en,
        "天を掴むまで"@ja,
        "Ten wo Tsukamu made"@ja-latn ;
    mo:produced_work <album/123776#musicalwork> ;
    schema:name "Ten wo Tsukamu made"@en,
        "天を掴むまで"@ja,
        "Ten wo Tsukamu made"@ja-latn .

<event/284> a mo:Release ;
    schema:name "Released at Hakurei Shrine Fall Reitaisai 9 (Oct 23, 2022)" .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<product/882#subject> a schema:CreativeWork ;
    schema:name "Touhou Shinreibyou ~ Ten Desires."@en,
        "東方神霊廟　～ Ten Desires."@ja,
        "Touhou Shinreibyou ~ Ten Desires."@ja-latn ;
    foaf:name "Touhou Shinreibyou ~ Ten Desires."@en,
        "東方神霊廟　～ Ten Desires."@ja,
        "Touhou Shinreibyou ~ Ten Desires."@ja-latn .

<album/123776#musicalexpression> a mo:Signal ;
    mo:published_as <album/123776#subject> ;
    mo:records <album/123776#performance> .

<album/123776#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ten wo Tsukamu made"@en,
        "天を掴むまで"@ja,
        "Ten wo Tsukamu made"@ja-latn ;
    mo:performance_of <album/123776#musicalwork> ;
    mo:recorded_as <album/123776#musicalexpression> ;
    schema:name "Ten wo Tsukamu made"@en,
        "天を掴むまで"@ja,
        "Ten wo Tsukamu made"@ja-latn ;
    schema:workPerformed <album/123776#musicalwork> .

<album/123776#vocals> a mo:Singer .

<org/1472#subject> schema:name "Shoujo Fractal"@en,
        "少女フラクタル"@ja,
        "Shoujo Fractal"@ja-latn ;
    foaf:name "Shoujo Fractal"@en,
        "少女フラクタル"@ja,
        "Shoujo Fractal"@ja-latn .

<https://media.vgm.io/albums/67/123776/123776-cc3a800716d6.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123776#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/67/123776/123776-cc3a800716d6.jpg> ;
    foaf:depicts <album/123776#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/67/123776/123776-cc3a800716d6.jpg> .

<https://medium-media.vgm.io/albums/67/123776/123776-cc3a800716d6.jpg> a schema:ImageObject,
        foaf:Image .

<album/123776#lyrics> a mo:Lyrics .

<album/123776#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/123776#composition> ;
    mo:lyrics <album/123776#lyrics> ;
    mo:performed_in <album/123776#performance> ;
    mo:singer <album/123776#vocals> .

<album/123776#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-23"^^xsd:date ;
    dcterms:title "Ten wo Tsukamu made"@en,
        "天を掴むまで"@ja,
        "Ten wo Tsukamu made"@ja-latn ;
    mo:catalogue_number "SJFT-0070" ;
    mo:media_type "CD" ;
    mo:publication_of <album/123776#musicalexpression> ;
    mo:publisher <org/1472#subject> ;
    mo:record _:N56b89dbefc9e459c987170203d790931 ;
    mo:record_count 1 ;
    mo:release <event/284> ;
    schema:about <product/22#subject>,
        <product/882#subject> ;
    schema:datePublished "2022-10-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/67/123776/123776-cc3a800716d6.jpg> ;
    schema:name "Ten wo Tsukamu made"@en,
        "天を掴むまで"@ja,
        "Ten wo Tsukamu made"@ja-latn ;
    schema:publisher <org/1472#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/123776/123776-cc3a800716d6.jpg> .

_:N2ba944df07304309b00c7982d4333cf1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "バカシアイドライブ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N56b89dbefc9e459c987170203d790931 ;
    schema:name "バカシアイドライブ"@ja .

_:N6f1e0ade8179405ba59118d15c885bb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "嘘と沈黙 (Instrumental)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N56b89dbefc9e459c987170203d790931 ;
    schema:name "嘘と沈黙 (Instrumental)"@ja .

_:N9539efc527a542afa238c046bfc94a6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天を掴むまで"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N56b89dbefc9e459c987170203d790931 ;
    schema:name "天を掴むまで"@ja .

_:Nc04760935edf45af8d66bb6e20f9f9a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "バカシアイドライブ (Instrumental)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N56b89dbefc9e459c987170203d790931 ;
    schema:name "バカシアイドライブ (Instrumental)"@ja .

_:Nc685dbef57e14275b0392c9322edee94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天を掴むまで (Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N56b89dbefc9e459c987170203d790931 ;
    schema:name "天を掴むまで (Instrumental)"@ja .

_:Nd5f9884eb0064f069f3be71756a0f9e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "嘘と沈黙 (Fractal Cover Version)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N56b89dbefc9e459c987170203d790931 ;
    schema:name "嘘と沈黙 (Fractal Cover Version)"@ja .

_:N56b89dbefc9e459c987170203d790931 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ba944df07304309b00c7982d4333cf1,
        _:N6f1e0ade8179405ba59118d15c885bb5,
        _:N9539efc527a542afa238c046bfc94a6f,
        _:Nc04760935edf45af8d66bb6e20f9f9a2,
        _:Nc685dbef57e14275b0392c9322edee94,
        _:Nd5f9884eb0064f069f3be71756a0f9e0 ;
    mo:track_count 6 ;
    schema:duration "PT21:20"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2ba944df07304309b00c7982d4333cf1,
        _:N6f1e0ade8179405ba59118d15c885bb5,
        _:N9539efc527a542afa238c046bfc94a6f,
        _:Nc04760935edf45af8d66bb6e20f9f9a2,
        _:Nc685dbef57e14275b0392c9322edee94,
        _:Nd5f9884eb0064f069f3be71756a0f9e0 .

