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

<album/43291#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "reproduction"@en,
        "reproduction"@ja,
        "reproduction"@ja-latn ;
    mo:produced_work <album/43291#musicalwork> ;
    schema:name "reproduction"@en,
        "reproduction"@ja,
        "reproduction"@ja-latn .

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

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

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

<product/1483#subject> a schema:CreativeWork ;
    schema:name "Touhou Shinkirou ~ Hopeless Masquerade."@en,
        "東方心綺楼　～ Hopeless Masquerade."@ja,
        "Touhou Shinkirou ~ Hopeless Masquerade."@ja-latn ;
    foaf:name "Touhou Shinkirou ~ Hopeless Masquerade."@en,
        "東方心綺楼　～ Hopeless Masquerade."@ja,
        "Touhou Shinkirou ~ Hopeless Masquerade."@ja-latn .

<product/1948#subject> a schema:CreativeWork ;
    schema:name "Touhou Kishinjou ~ Double Dealing Character."@en,
        "東方輝針城　～ Double Dealing Character."@ja,
        "Touhou Kishinjou ~ Double Dealing Character."@ja-latn ;
    foaf:name "Touhou Kishinjou ~ Double Dealing Character."@en,
        "東方輝針城　～ Double Dealing Character."@ja,
        "Touhou Kishinjou ~ Double Dealing Character."@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/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/43291#musicalexpression> a mo:Signal ;
    mo:published_as <album/43291#subject> ;
    mo:records <album/43291#performance> .

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

<org/1308#subject> schema:name "ESQUARIA"@en,
        "ESQUARIA"@ja,
        "ESQUARIA"@ja-latn ;
    foaf:name "ESQUARIA"@en,
        "ESQUARIA"@ja,
        "ESQUARIA"@ja-latn .

<https://media.vgm.io/albums/19/43291/43291-682d682faee7.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/43291#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/19/43291/43291-682d682faee7.jpg> ;
    foaf:depicts <album/43291#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/19/43291/43291-682d682faee7.jpg> .

<https://medium-media.vgm.io/albums/19/43291/43291-682d682faee7.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/43291#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-30"^^xsd:date ;
    dcterms:title "reproduction"@en,
        "reproduction"@ja,
        "reproduction"@ja-latn ;
    mo:catalogue_number "EQ-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/43291#musicalexpression> ;
    mo:publisher <org/1308#subject> ;
    mo:record _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    mo:record_count 1 ;
    mo:release <event/167> ;
    schema:about <product/1483#subject>,
        <product/1948#subject>,
        <product/20#subject>,
        <product/25#subject>,
        <product/27#subject> ;
    schema:datePublished "2013-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/19/43291/43291-682d682faee7.jpg> ;
    schema:name "reproduction"@en,
        "reproduction"@ja,
        "reproduction"@ja-latn ;
    schema:publisher <org/1308#subject> ;
    foaf:depiction <https://media.vgm.io/albums/19/43291/43291-682d682faee7.jpg> .

_:N0e5f33f119744b9d8d538ab1760a9233 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Double Dealing - satella Remix -"@en,
        "Double Dealing - satella Remix -"@ja,
        "Double Dealing - satella Remix -"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Double Dealing - satella Remix -"@en,
        "Double Dealing - satella Remix -"@ja,
        "Double Dealing - satella Remix -"@ja-latn .

_:N12d874a53e1e4d13abea7883f954b1b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It Looks Like Scarlet Devil - Dubstep mix -"@en,
        "It looks like scarlet devil - Dubstep mix -"@ja,
        "It Looks Like Scarlet Devil - Dubstep mix -"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "It Looks Like Scarlet Devil - Dubstep mix -"@en,
        "It looks like scarlet devil - Dubstep mix -"@ja,
        "It Looks Like Scarlet Devil - Dubstep mix -"@ja-latn .

_:N2793e71c57854ea38833b1de805c1d58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Emotional bigwave"@en,
        "Emotional bigwave"@ja,
        "Emotional bigwave"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT6:40"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Emotional bigwave"@en,
        "Emotional bigwave"@ja,
        "Emotional bigwave"@ja-latn .

_:N298cf8b64e894549a6407f80af5c897a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gameness"@en,
        "Gameness"@ja,
        "Gameness"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Gameness"@en,
        "Gameness"@ja,
        "Gameness"@ja-latn .

_:N33c1ccc2e87741668702f0f9738afa39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CERN"@en,
        "CERN"@ja,
        "CERN"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "CERN"@en,
        "CERN"@ja,
        "CERN"@ja-latn .

_:N35792e3154f144258aed4c27494943b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Meeting Of Feelings"@en,
        "想逢"@ja,
        "Souhou"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Meeting Of Feelings"@en,
        "想逢"@ja,
        "Souhou"@ja-latn .

_:N5877db6609d24c7d9a36b00f324193fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sentimenta Le Garou"@en,
        "センチメンタ・ル・ガルー"@ja,
        "Sentimenta Le Garou"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Sentimenta Le Garou"@en,
        "センチメンタ・ル・ガルー"@ja,
        "Sentimenta Le Garou"@ja-latn .

_:Nc5a82a45bfcb42d88eccd7f7eef48563 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cold Camellia"@en,
        "寒椿 ～ Kantsubaki"@ja,
        "Kantsubaki ~ Kantsubaki"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Cold Camellia"@en,
        "寒椿 ～ Kantsubaki"@ja,
        "Kantsubaki ~ Kantsubaki"@ja-latn .

_:Nd38894585d4845e38ebad92f7f3d52c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sentimenta Le Garou - Clean Tears Remix -"@en,
        "センチメンタ・ル・ガルー - Clean Tears Remix -"@ja,
        "Sentimenta Le Garou - Clean Tears Remix -"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Sentimenta Le Garou - Clean Tears Remix -"@en,
        "センチメンタ・ル・ガルー - Clean Tears Remix -"@ja,
        "Sentimenta Le Garou - Clean Tears Remix -"@ja-latn .

_:Nfbfb03e3647d40a7a15f20cd1006efa6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Double Dealing"@en,
        "Double Dealing"@ja,
        "Double Dealing"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nfe08e697c8d443418ea5ebc4c0b04582 ;
    schema:name "Double Dealing"@en,
        "Double Dealing"@ja,
        "Double Dealing"@ja-latn .

_:Nfe08e697c8d443418ea5ebc4c0b04582 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e5f33f119744b9d8d538ab1760a9233,
        _:N12d874a53e1e4d13abea7883f954b1b0,
        _:N2793e71c57854ea38833b1de805c1d58,
        _:N298cf8b64e894549a6407f80af5c897a,
        _:N33c1ccc2e87741668702f0f9738afa39,
        _:N35792e3154f144258aed4c27494943b4,
        _:N5877db6609d24c7d9a36b00f324193fc,
        _:Nc5a82a45bfcb42d88eccd7f7eef48563,
        _:Nd38894585d4845e38ebad92f7f3d52c4,
        _:Nfbfb03e3647d40a7a15f20cd1006efa6 ;
    mo:track_count 10 ;
    schema:duration "PT50:25"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0e5f33f119744b9d8d538ab1760a9233,
        _:N12d874a53e1e4d13abea7883f954b1b0,
        _:N2793e71c57854ea38833b1de805c1d58,
        _:N298cf8b64e894549a6407f80af5c897a,
        _:N33c1ccc2e87741668702f0f9738afa39,
        _:N35792e3154f144258aed4c27494943b4,
        _:N5877db6609d24c7d9a36b00f324193fc,
        _:Nc5a82a45bfcb42d88eccd7f7eef48563,
        _:Nd38894585d4845e38ebad92f7f3d52c4,
        _:Nfbfb03e3647d40a7a15f20cd1006efa6 .

