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

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

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

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

<event/156> a mo:Release ;
    schema:name "Released at Comic Market 83 (Dec 29, 2012 to Dec 31, 2012)" .

<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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/43456#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@en,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/43456#musicalwork> ;
    schema:name "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@en,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja-latn .

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

<album/43456#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@en,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja-latn ;
    mo:performance_of <album/43456#musicalwork> ;
    mo:recorded_as <album/43456#musicalexpression> ;
    schema:name "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@en,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja-latn ;
    schema:workPerformed <album/43456#musicalwork> .

<org/736#subject> schema:name "Amateras Records"@en,
        "Amateras Records"@ja,
        "Amateras Records"@ja-latn ;
    foaf:name "Amateras Records"@en,
        "Amateras Records"@ja,
        "Amateras Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/65/43456/43456-1574293957.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/43456#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-12-30"^^xsd:date ;
    dcterms:title "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@en,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja-latn ;
    mo:catalogue_number "AMRS-0008" ;
    mo:media_type "CD" ;
    mo:publication_of <album/43456#musicalexpression> ;
    mo:publisher <org/736#subject> ;
    mo:record _:N32683f73559a444b9f583014c6ad83d6 ;
    mo:record_count 1 ;
    mo:release <event/156> ;
    schema:about <product/20#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:datePublished "2012-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/65/43456/43456-1574293957.jpg> ;
    schema:name "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@en,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja,
        "Amateras Records Exclusive Disc 2012 Winter -Instrumental Edition-"@ja-latn ;
    schema:publisher <org/736#subject> ;
    foaf:depiction <https://media.vgm.io/albums/65/43456/43456-1574293957.jpg> .

_:N2ed75de5239440a185ee40865a2fec32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋色した涙 (8#Prince Remix)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32683f73559a444b9f583014c6ad83d6 ;
    schema:name "恋色した涙 (8#Prince Remix)"@ja .

_:N660b10879aab43e5a46e12e062c80994 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Distance (Tracy Remix)"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32683f73559a444b9f583014c6ad83d6 ;
    schema:name "Another Distance (Tracy Remix)"@ja .

_:Nae671af7a5c543279bc2fc379e1dac29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「ただいま」を、「おかえり」を (Hommarju EUROBEAT Remix)"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32683f73559a444b9f583014c6ad83d6 ;
    schema:name "「ただいま」を、「おかえり」を (Hommarju EUROBEAT Remix)"@ja .

_:Nc1097f984a4c425abdc56a14208baee3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パブロフの犠牲者 -Love Rule- (MiYAMO Remix)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32683f73559a444b9f583014c6ad83d6 ;
    schema:name "パブロフの犠牲者 -Love Rule- (MiYAMO Remix)"@ja .

_:Nd71a122c29c34fb2bb8bd6215f2cd87a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Catastrophe (Kirin Remix)"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32683f73559a444b9f583014c6ad83d6 ;
    schema:name "Red Catastrophe (Kirin Remix)"@ja .

_:Ne22e2aa552414990b9783aa3ae7869ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Believer (Amane Hardcore Remix)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N32683f73559a444b9f583014c6ad83d6 ;
    schema:name "Believer (Amane Hardcore Remix)"@ja .

_:N32683f73559a444b9f583014c6ad83d6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ed75de5239440a185ee40865a2fec32,
        _:N660b10879aab43e5a46e12e062c80994,
        _:Nae671af7a5c543279bc2fc379e1dac29,
        _:Nc1097f984a4c425abdc56a14208baee3,
        _:Nd71a122c29c34fb2bb8bd6215f2cd87a,
        _:Ne22e2aa552414990b9783aa3ae7869ff ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2ed75de5239440a185ee40865a2fec32,
        _:N660b10879aab43e5a46e12e062c80994,
        _:Nae671af7a5c543279bc2fc379e1dac29,
        _:Nc1097f984a4c425abdc56a14208baee3,
        _:Nd71a122c29c34fb2bb8bd6215f2cd87a,
        _:Ne22e2aa552414990b9783aa3ae7869ff .

