@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 _:N79c9b6ecac0543e19e5287cf930c5360 ;
    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> .

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

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

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

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

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

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

_:N79c9b6ecac0543e19e5287cf930c5360 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04d97b2600604a069d75d76ed47d0137,
        _:N191cb44ef0644003a29c0a246ef00382,
        _:N289dee92793b462297f761b7d4202aa9,
        _:N2bf4e9ff3d9a49f9b11deae4bc93c46f,
        _:N38a28a086b9c459ebc3123ae6efd6ee7,
        _:N621821ce5a43425fa949b1adf70c6fca ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N04d97b2600604a069d75d76ed47d0137,
        _:N191cb44ef0644003a29c0a246ef00382,
        _:N289dee92793b462297f761b7d4202aa9,
        _:N2bf4e9ff3d9a49f9b11deae4bc93c46f,
        _:N38a28a086b9c459ebc3123ae6efd6ee7,
        _:N621821ce5a43425fa949b1adf70c6fca .

