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

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

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

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

<event/175> a mo:Release ;
    schema:name "Released at Comic Market 87 (Dec 28, 2014 to Dec 30, 2014)" .

<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/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/50050#musicalexpression> a mo:Signal ;
    mo:published_as <album/50050#subject> ;
    mo:records <album/50050#performance> .

<album/50050#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "FEAR OF A FUNKY PLANET"@en,
        "FEAR OF A FUNKY PLANET"@ja,
        "FEAR OF A FUNKY PLANET"@ja-latn ;
    mo:performance_of <album/50050#musicalwork> ;
    mo:recorded_as <album/50050#musicalexpression> ;
    schema:name "FEAR OF A FUNKY PLANET"@en,
        "FEAR OF A FUNKY PLANET"@ja,
        "FEAR OF A FUNKY PLANET"@ja-latn ;
    schema:workPerformed <album/50050#musicalwork> .

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

<https://medium-media.vgm.io/albums/05/50050/50050-1419846647.jpg> a schema:ImageObject,
        foaf:Image .

<album/50050#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "FEAR OF A FUNKY PLANET"@en,
        "FEAR OF A FUNKY PLANET"@ja,
        "FEAR OF A FUNKY PLANET"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Moonie"@en ;
            foaf:made <album/50050#composition> ;
            foaf:name "Moonie"@en ],
        <artist/1#subject> ;
    mo:produced_work <album/50050#musicalwork> ;
    schema:name "FEAR OF A FUNKY PLANET"@en,
        "FEAR OF A FUNKY PLANET"@ja,
        "FEAR OF A FUNKY PLANET"@ja-latn .

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

<album/50050#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-28"^^xsd:date ;
    dcterms:title "FEAR OF A FUNKY PLANET"@en,
        "FEAR OF A FUNKY PLANET"@ja,
        "FEAR OF A FUNKY PLANET"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/50050#musicalexpression> ;
    mo:publisher _:N4c7d0c16d97049568e248de7d9af83fb ;
    mo:record _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    mo:record_count 1 ;
    mo:release <event/175> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/882#subject> ;
    schema:datePublished "2014-12-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/05/50050/50050-1419846647.jpg> ;
    schema:name "FEAR OF A FUNKY PLANET"@en,
        "FEAR OF A FUNKY PLANET"@ja,
        "FEAR OF A FUNKY PLANET"@ja-latn ;
    schema:publisher _:N4c7d0c16d97049568e248de7d9af83fb ;
    foaf:depiction <https://media.vgm.io/albums/05/50050/50050-1419846647.jpg> .

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

_:N3e350e7705d34cea843aaefa780dfc58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Neutron"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Neutron"@en .

_:N4c7d0c16d97049568e248de7d9af83fb schema:name "Moon-Tone"@en ;
    foaf:name "Moon-Tone"@en .

_:N67ed2ecf036340489906d2cafe52e9d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flash'n it"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Flash'n it"@en .

_:N6c5cce54697e49568b211981e0c6bda4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maya"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Maya"@en .

_:N6d60a279a7fc4e96b95c69ed208cf4c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fight or Flight (time is up)"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Fight or Flight (time is up)"@en .

_:N6ead2f3dfb7244f585b6e9179d29611a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Complexity"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Complexity"@en .

_:N71e3ecc4a0c3458cacbc7a076bd251e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ganymede (get started)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Ganymede (get started)"@en .

_:Na1e185036dc747daac6d7fc0325adef7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Electron"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Electron"@en .

_:Nad9dacc8c0594eb4836723da3f297620 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tathagata"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Tathagata"@en .

_:Nfee05a139abe4ae6bbd76bf161c3d39c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Leftorium"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N17102ffbad6d441cbcb21a0d719f4eb1 ;
    schema:name "Leftorium"@en .

_:N17102ffbad6d441cbcb21a0d719f4eb1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3e350e7705d34cea843aaefa780dfc58,
        _:N67ed2ecf036340489906d2cafe52e9d4,
        _:N6c5cce54697e49568b211981e0c6bda4,
        _:N6d60a279a7fc4e96b95c69ed208cf4c0,
        _:N6ead2f3dfb7244f585b6e9179d29611a,
        _:N71e3ecc4a0c3458cacbc7a076bd251e5,
        _:Na1e185036dc747daac6d7fc0325adef7,
        _:Nad9dacc8c0594eb4836723da3f297620,
        _:Nfee05a139abe4ae6bbd76bf161c3d39c ;
    mo:track_count 9 ;
    schema:duration "PT34:10"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N3e350e7705d34cea843aaefa780dfc58,
        _:N67ed2ecf036340489906d2cafe52e9d4,
        _:N6c5cce54697e49568b211981e0c6bda4,
        _:N6d60a279a7fc4e96b95c69ed208cf4c0,
        _:N6ead2f3dfb7244f585b6e9179d29611a,
        _:N71e3ecc4a0c3458cacbc7a076bd251e5,
        _:Na1e185036dc747daac6d7fc0325adef7,
        _:Nad9dacc8c0594eb4836723da3f297620,
        _:Nfee05a139abe4ae6bbd76bf161c3d39c .

