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

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

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

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

<artist/2#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11901#subject> ;
    schema:name "Shinji Orito"@en,
        "折戸伸治"@ja ;
    foaf:made <album/11901#composition>,
        <album/11901#subject> ;
    foaf:name "Shinji Orito"@en,
        "折戸伸治"@ja .

<artist/287#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11901#subject> ;
    schema:name "Fryderyk Franciszek Chopin"@en ;
    foaf:made <album/11901#composition>,
        <album/11901#subject> ;
    foaf:name "Fryderyk Franciszek Chopin"@en .

<artist/3#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11901#subject> ;
    schema:name "Magome Togoshi"@en,
        "戸越まごめ"@ja ;
    foaf:made <album/11901#composition>,
        <album/11901#subject> ;
    foaf:name "Magome Togoshi"@en,
        "戸越まごめ"@ja .

<artist/5700#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11901#subject> ;
    schema:name "Syuichi Kisaragi"@en,
        "如月柊一"@ja ;
    foaf:made <album/11901#composition>,
        <album/11901#subject> ;
    foaf:name "Syuichi Kisaragi"@en,
        "如月柊一"@ja .

<product/1015#subject> a schema:CreativeWork ;
    schema:name "AIR (Game)"@en,
        "AIR (Game)"@ja,
        "AIR (Game)"@ja-latn ;
    foaf:name "AIR (Game)"@en,
        "AIR (Game)"@ja,
        "AIR (Game)"@ja-latn .

<product/12#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn ;
    foaf:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@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 .

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

<album/11901#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "blue window"@en,
        "blue window"@ja,
        "blue window"@ja-latn ;
    mo:performance_of <album/11901#musicalwork> ;
    mo:recorded_as <album/11901#musicalexpression> ;
    schema:name "blue window"@en,
        "blue window"@ja,
        "blue window"@ja-latn ;
    schema:workPerformed <album/11901#musicalwork> .

<org/200#subject> schema:name "Spiral Music"@en,
        "Spiral Music"@ja,
        "Spiral Music"@ja-latn ;
    foaf:name "Spiral Music"@en,
        "Spiral Music"@ja,
        "Spiral Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/10/11901/11901-1233472087.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/11901#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "blue window"@en,
        "blue window"@ja,
        "blue window"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "elsa"@en ;
            foaf:made <album/11901#composition> ;
            foaf:name "elsa"@en ],
        <artist/1#subject>,
        <artist/2#subject>,
        <artist/287#subject>,
        <artist/3#subject>,
        <artist/5700#subject> ;
    mo:produced_work <album/11901#musicalwork> ;
    schema:name "blue window"@en,
        "blue window"@ja,
        "blue window"@ja-latn .

<album/11901#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-04-29"^^xsd:date ;
    dcterms:title "blue window"@en,
        "blue window"@ja,
        "blue window"@ja-latn ;
    mo:catalogue_number "SPMU-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11901#musicalexpression> ;
    mo:publisher <org/200#subject> ;
    mo:record _:N25cd0daeb5514ef3a61541d28391f130 ;
    mo:record_count 1 ;
    schema:about <product/1015#subject>,
        <product/12#subject>,
        <product/22#subject> ;
    schema:datePublished "2006-04-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/11901/11901-1233472087.jpg> ;
    schema:name "blue window"@en,
        "blue window"@ja,
        "blue window"@ja-latn ;
    schema:publisher <org/200#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/11901/11901-1233472087.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11901#subject> ;
    schema:name "elsa"@en ;
    foaf:made <album/11901#subject> ;
    foaf:name "elsa"@en .

_:N3d40e172261740588349044c8a7ef2fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "fantasi fantasy ~ Full Edition"@en,
        "fantasi fantasy ～ Full Edition"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N25cd0daeb5514ef3a61541d28391f130 ;
    schema:name "fantasi fantasy ~ Full Edition"@en,
        "fantasi fantasy ～ Full Edition"@ja .

_:N5a40e1240d3140af9834bd60fd412c29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Recorded Sealing of an Oriental Demon ~ the Story of Eastern Wonderland"@en,
        "東方封魔録 ～ the Story of Eastern Wonderland"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N25cd0daeb5514ef3a61541d28391f130 ;
    schema:name "Recorded Sealing of an Oriental Demon ~ the Story of Eastern Wonderland"@en,
        "東方封魔録 ～ the Story of Eastern Wonderland"@ja .

_:N811ebd59fd9644d48e188c0446d7a1b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KillingMachine"@en,
        "KillingMachine"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N25cd0daeb5514ef3a61541d28391f130 ;
    schema:name "KillingMachine"@en,
        "KillingMachine"@ja .

_:N8431844cef7147c5816f9b1aaff469b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the way so far ~ In the Moonlit Night"@en,
        "縁 ～ 月夜の中で"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N25cd0daeb5514ef3a61541d28391f130 ;
    schema:name "the way so far ~ In the Moonlit Night"@en,
        "縁 ～ 月夜の中で"@ja .

_:Nbe7c1edc0bde4fab844c7d244a1cc5a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sakura Sakura ~ Mr.Cherry Remix"@en,
        "さくらさくら ～ Mr.Cherry Remix"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N25cd0daeb5514ef3a61541d28391f130 ;
    schema:name "Sakura Sakura ~ Mr.Cherry Remix"@en,
        "さくらさくら ～ Mr.Cherry Remix"@ja .

_:Ncfebcaf4894340eeb72450951e812f4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the law ~ Illusionary World"@en,
        "理 ～ ゲンソウセカイ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N25cd0daeb5514ef3a61541d28391f130 ;
    schema:name "the law ~ Illusionary World"@en,
        "理 ～ ゲンソウセカイ"@ja .

_:N25cd0daeb5514ef3a61541d28391f130 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3d40e172261740588349044c8a7ef2fe,
        _:N5a40e1240d3140af9834bd60fd412c29,
        _:N811ebd59fd9644d48e188c0446d7a1b4,
        _:N8431844cef7147c5816f9b1aaff469b2,
        _:Nbe7c1edc0bde4fab844c7d244a1cc5a7,
        _:Ncfebcaf4894340eeb72450951e812f4a ;
    mo:track_count 6 ;
    schema:duration "PT19:06"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N3d40e172261740588349044c8a7ef2fe,
        _:N5a40e1240d3140af9834bd60fd412c29,
        _:N811ebd59fd9644d48e188c0446d7a1b4,
        _:N8431844cef7147c5816f9b1aaff469b2,
        _:Nbe7c1edc0bde4fab844c7d244a1cc5a7,
        _:Ncfebcaf4894340eeb72450951e812f4a .

