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

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

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

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

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@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/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/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@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/14706#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Quiet Clamor"@en,
        "Quiet Clamor"@ja,
        "Quiet Clamor"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/14706#musicalwork> ;
    schema:name "Quiet Clamor"@en,
        "Quiet Clamor"@ja,
        "Quiet Clamor"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/60/14706/14706-1248576547.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/14706#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-07-19"^^xsd:date ;
    dcterms:title "Quiet Clamor"@en,
        "Quiet Clamor"@ja,
        "Quiet Clamor"@ja-latn ;
    mo:catalogue_number "8MM-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14706#musicalexpression> ;
    mo:publisher _:N954c99fdba2448b6a011a83d0595320f ;
    mo:record _:N8a3cd56833e64e1d8045e058b92cde51 ;
    mo:record_count 1 ;
    schema:about <product/14#subject>,
        <product/16#subject>,
        <product/20#subject>,
        <product/27#subject>,
        <product/31#subject>,
        <product/51#subject> ;
    schema:datePublished "2009-07-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/14706/14706-1248576547.jpg> ;
    schema:name "Quiet Clamor"@en,
        "Quiet Clamor"@ja,
        "Quiet Clamor"@ja-latn ;
    schema:publisher _:N954c99fdba2448b6a011a83d0595320f ;
    foaf:depiction <https://media.vgm.io/albums/60/14706/14706-1248576547.jpg> .

_:N26a3a00c03324a7d83178d46745ed73f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Melancholia"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "Melancholia"@ja .

_:N36952a23f868495b8f1059c21c67b1fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ouragan"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "Ouragan"@ja .

_:N6f4deaf9bc2e44148bbcf97af6b03728 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Steel Umbrella"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "Steel Umbrella"@ja .

_:N7febd1e815fc43c596e83b6ceadaabd4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Second Cry"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "Second Cry"@ja .

_:N954c99fdba2448b6a011a83d0595320f schema:name "Eight-Million"@en ;
    foaf:name "Eight-Million"@en .

_:Na4004a97790048dd93e71e8a8bdacf54 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "マスパ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "マスパ"@ja .

_:Nb293b8a2a78e4d14b673b6457cb8c1b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "カワレルカナ、自分"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "カワレルカナ、自分"@ja .

_:Nd4e205c2782d483e86a395f72a93a5e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreaming"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "Dreaming"@ja .

_:Nee7a9da4d0354bceaae36b3d9450181d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Strategical Evacuation"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N8a3cd56833e64e1d8045e058b92cde51 ;
    schema:name "Strategical Evacuation"@ja .

_:N8a3cd56833e64e1d8045e058b92cde51 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N26a3a00c03324a7d83178d46745ed73f,
        _:N36952a23f868495b8f1059c21c67b1fe,
        _:N6f4deaf9bc2e44148bbcf97af6b03728,
        _:N7febd1e815fc43c596e83b6ceadaabd4,
        _:Na4004a97790048dd93e71e8a8bdacf54,
        _:Nb293b8a2a78e4d14b673b6457cb8c1b3,
        _:Nd4e205c2782d483e86a395f72a93a5e4,
        _:Nee7a9da4d0354bceaae36b3d9450181d ;
    mo:track_count 8 ;
    schema:duration "PT23:14"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N26a3a00c03324a7d83178d46745ed73f,
        _:N36952a23f868495b8f1059c21c67b1fe,
        _:N6f4deaf9bc2e44148bbcf97af6b03728,
        _:N7febd1e815fc43c596e83b6ceadaabd4,
        _:Na4004a97790048dd93e71e8a8bdacf54,
        _:Nb293b8a2a78e4d14b673b6457cb8c1b3,
        _:Nd4e205c2782d483e86a395f72a93a5e4,
        _:Nee7a9da4d0354bceaae36b3d9450181d .

