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

<artist/6640#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aomaya"@en ;
    foaf:made <album/16992#lyrics>,
        <album/16992#subject> ;
    foaf:name "Aomaya"@en .

<artist/7396#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mano"@en ;
    foaf:made <album/16992#lyrics>,
        <album/16992#subject> ;
    foaf:name "Mano"@en .

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

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

<artist/1928#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/16992#subject> ;
    schema:name "U2 Akiyama"@en,
        "あきやまうに"@ja ;
    foaf:made <album/16992#composition>,
        <album/16992#subject> ;
    foaf:name "U2 Akiyama"@en,
        "あきやまうに"@ja .

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

<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/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 .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@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/16992#musicalexpression> a mo:Signal ;
    mo:published_as <album/16992#subject> ;
    mo:records <album/16992#performance> .

<org/442#subject> schema:name "<echo>PROJECT"@en,
        "<echo>PROJECT"@ja,
        "<echo>PROJECT"@ja-latn ;
    foaf:name "<echo>PROJECT"@en,
        "<echo>PROJECT"@ja,
        "<echo>PROJECT"@ja-latn .

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

<https://medium-media.vgm.io/albums/29/16992/16992-1260838411.jpg> a schema:ImageObject,
        foaf:Image .

<album/16992#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "[eclat:]"@en,
        "[eclat:]"@ja,
        "[eclat:]"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/1928#subject> ;
    mo:produced_work <album/16992#musicalwork> ;
    schema:name "[eclat:]"@en,
        "[eclat:]"@ja,
        "[eclat:]"@ja-latn .

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

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

<artist/6989#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/16992#performance> ;
    schema:name "Pyn"@en,
        "ふぃん"@ja ;
    foaf:name "Pyn"@en,
        "ふぃん"@ja .

<artist/7391#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/16992#performance> ;
    schema:name "Cotton"@en,
        "琴音"@ja ;
    foaf:name "Cotton"@en,
        "琴音"@ja .

<artist/7394#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/16992#performance> ;
    schema:name "liebe"@en,
        "リーベ"@ja ;
    foaf:name "liebe"@en,
        "リーベ"@ja .

<artist/7395#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/16992#performance> ;
    schema:name "mineko"@en ;
    foaf:name "mineko"@en .

<album/16992#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "[eclat:]"@en,
        "[eclat:]"@ja,
        "[eclat:]"@ja-latn ;
    mo:performance_of <album/16992#musicalwork> ;
    mo:performer <artist/6989#subject>,
        <artist/7391#subject>,
        <artist/7394#subject>,
        <artist/7395#subject> ;
    mo:recorded_as <album/16992#musicalexpression> ;
    schema:byArtist <artist/6989#subject>,
        <artist/7391#subject>,
        <artist/7394#subject>,
        <artist/7395#subject> ;
    schema:name "[eclat:]"@en,
        "[eclat:]"@ja,
        "[eclat:]"@ja-latn ;
    schema:workPerformed <album/16992#musicalwork> .

<album/16992#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "[eclat:]"@en,
        "[eclat:]"@ja,
        "[eclat:]"@ja-latn ;
    mo:catalogue_number "ECPR-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/16992#musicalexpression> ;
    mo:publisher <org/442#subject> ;
    mo:record _:Nede8678ceaae4b21801262f83628f361 ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/6989#subject>,
        <artist/7391#subject>,
        <artist/7394#subject>,
        <artist/7395#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/16992/16992-1260838411.jpg> ;
    schema:name "[eclat:]"@en,
        "[eclat:]"@ja,
        "[eclat:]"@ja-latn ;
    schema:publisher <org/442#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/16992/16992-1260838411.jpg> .

_:N1005d7c107b84299a0a553179961b789 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love it Heart"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "Love it Heart"@ja .

_:N4dc6bf9d365f42a0b41fc5a91cb87352 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fantasic Logic"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "Fantasic Logic"@ja .

_:N66320af9fdd446bfbe8671275df5be2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空想の死と羽化、夕映えの中で"@ja ;
    mo:track_number 7 ;
    schema:duration "PT6:57"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "空想の死と羽化、夕映えの中で"@ja .

_:N7155875248004aa3b17e2b1a76d958a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TLiNKLE"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "TLiNKLE"@ja .

_:N8180c73a11bd4c069e92a42f30146fa9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アキツミカミ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "アキツミカミ"@ja .

_:Na466c603f5cb4bdbb7c38d5e25df863d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "沈丁花"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "沈丁花"@ja .

_:Ndece823457e74caeba5058fa77006902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "煙楼"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:Nede8678ceaae4b21801262f83628f361 ;
    schema:name "煙楼"@ja .

_:Nede8678ceaae4b21801262f83628f361 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1005d7c107b84299a0a553179961b789,
        _:N4dc6bf9d365f42a0b41fc5a91cb87352,
        _:N66320af9fdd446bfbe8671275df5be2e,
        _:N7155875248004aa3b17e2b1a76d958a6,
        _:N8180c73a11bd4c069e92a42f30146fa9,
        _:Na466c603f5cb4bdbb7c38d5e25df863d,
        _:Ndece823457e74caeba5058fa77006902 ;
    mo:track_count 7 ;
    schema:duration "PT31:21"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N1005d7c107b84299a0a553179961b789,
        _:N4dc6bf9d365f42a0b41fc5a91cb87352,
        _:N66320af9fdd446bfbe8671275df5be2e,
        _:N7155875248004aa3b17e2b1a76d958a6,
        _:N8180c73a11bd4c069e92a42f30146fa9,
        _:Na466c603f5cb4bdbb7c38d5e25df863d,
        _:Ndece823457e74caeba5058fa77006902 .

