@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/5670> foaf:primaryTopic <album/5670#subject> .

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5670#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/5670#composition>,
        <album/5670#subject> ;
    foaf:name "ZUN"@en .

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5670#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/5670#composition>,
        <album/5670#subject> ;
    foaf:name "U2"@en .

<event/14> a mo:Release ;
    schema:name "Released at Comic Market 68 (Aug 12, 2005 to Aug 14, 2005)" .

<product/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

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

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

<https://medium-media.vgm.io/albums/07/5670/5670-1417357134.jpg> a schema:ImageObject,
        foaf:Image .

<album/5670#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sephiroth"@en,
        "Sephiroth"@ja,
        "Sephiroth"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/5670#musicalwork> ;
    schema:name "Sephiroth"@en,
        "Sephiroth"@ja,
        "Sephiroth"@ja-latn .

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

<album/5670#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sephiroth"@en,
        "Sephiroth"@ja,
        "Sephiroth"@ja-latn ;
    mo:performance_of <album/5670#musicalwork> ;
    mo:performer <artist/149#subject> ;
    mo:recorded_as <album/5670#musicalexpression> ;
    schema:byArtist <artist/149#subject> ;
    schema:name "Sephiroth"@en,
        "Sephiroth"@ja,
        "Sephiroth"@ja-latn ;
    schema:workPerformed <album/5670#musicalwork> .

<artist/149#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/5670#performance> ;
    schema:name "Haruka Shimotsuki"@en,
        "霜月はるか"@ja ;
    foaf:name "Haruka Shimotsuki"@en,
        "霜月はるか"@ja .

<album/5670#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-08-14"^^xsd:date ;
    dcterms:title "Sephiroth"@en,
        "Sephiroth"@ja,
        "Sephiroth"@ja-latn ;
    mo:catalogue_number "DSST-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/5670#musicalexpression> ;
    mo:publisher _:N586b70c6eb6b4f3e8524444f1988128d ;
    mo:record _:N1505303b647c47778b73f4f867733229 ;
    mo:record_count 1 ;
    mo:release <event/14> ;
    schema:about <product/18#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject> ;
    schema:byArtist <artist/149#subject> ;
    schema:datePublished "2005-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/5670/5670-1417357134.jpg> ;
    schema:name "Sephiroth"@en,
        "Sephiroth"@ja,
        "Sephiroth"@ja-latn ;
    schema:publisher _:N586b70c6eb6b4f3e8524444f1988128d ;
    foaf:depiction <https://media.vgm.io/albums/07/5670/5670-1417357134.jpg> .

_:N00b14a4c35314df19af3f871c4f5ed99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tranquilizer"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "Tranquilizer"@ja .

_:N256133d05b29422bb11556a0f85d463c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternal Mind"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "Eternal Mind"@ja .

_:N369c7dff64a6498aa507ddb3527de6ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Embrace in the White Dreams"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "Embrace in the White Dreams"@ja .

_:N586b70c6eb6b4f3e8524444f1988128d schema:name "Disaster"@en ;
    foaf:name "Disaster"@en .

_:N71baa7d8f9584ee69c08e9ea3b79cb8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "徒花"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "徒花"@ja .

_:N72435e4dbaad45b8bf21298a2f609586 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FAR EAST, behind the screen..."@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:26"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "FAR EAST, behind the screen..."@ja .

_:Nad123af1176a433b8e61fdedad3dccb6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方萃夢想 ～phantasmagoria～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT8:51"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "東方萃夢想 ～phantasmagoria～"@ja .

_:Nfe105c4bdac449cbb19f687f295f18b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Etertica Graffiti"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "Etertica Graffiti"@ja .

_:Nff1bc00f99f04bc9b711257b1c286f88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅楼にて"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N1505303b647c47778b73f4f867733229 ;
    schema:name "紅楼にて"@ja .

_:N1505303b647c47778b73f4f867733229 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00b14a4c35314df19af3f871c4f5ed99,
        _:N256133d05b29422bb11556a0f85d463c,
        _:N369c7dff64a6498aa507ddb3527de6ef,
        _:N71baa7d8f9584ee69c08e9ea3b79cb8c,
        _:N72435e4dbaad45b8bf21298a2f609586,
        _:Nad123af1176a433b8e61fdedad3dccb6,
        _:Nfe105c4bdac449cbb19f687f295f18b4,
        _:Nff1bc00f99f04bc9b711257b1c286f88 ;
    mo:track_count 8 ;
    schema:duration "PT39:37"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N00b14a4c35314df19af3f871c4f5ed99,
        _:N256133d05b29422bb11556a0f85d463c,
        _:N369c7dff64a6498aa507ddb3527de6ef,
        _:N71baa7d8f9584ee69c08e9ea3b79cb8c,
        _:N72435e4dbaad45b8bf21298a2f609586,
        _:Nad123af1176a433b8e61fdedad3dccb6,
        _:Nfe105c4bdac449cbb19f687f295f18b4,
        _:Nff1bc00f99f04bc9b711257b1c286f88 .

