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

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

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

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

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<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/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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@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/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn .

<album/30969#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Hagoromo of the sky"@en,
        "The Hagoromo of the sky"@ja,
        "The Hagoromo of the sky"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/30969#musicalwork> ;
    schema:name "The Hagoromo of the sky"@en,
        "The Hagoromo of the sky"@ja,
        "The Hagoromo of the sky"@ja-latn .

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

<album/30969#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Hagoromo of the sky"@en,
        "The Hagoromo of the sky"@ja,
        "The Hagoromo of the sky"@ja-latn ;
    mo:performance_of <album/30969#musicalwork> ;
    mo:recorded_as <album/30969#musicalexpression> ;
    schema:name "The Hagoromo of the sky"@en,
        "The Hagoromo of the sky"@ja,
        "The Hagoromo of the sky"@ja-latn ;
    schema:workPerformed <album/30969#musicalwork> .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/30969#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/30969#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/30969#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "The Hagoromo of the sky"@en,
        "The Hagoromo of the sky"@ja,
        "The Hagoromo of the sky"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/30969#musicalexpression> ;
    mo:publisher _:N1ab602a3e7194ffd8a4dc3aed2ce487f ;
    mo:record _:N47b0169f008a44219ea23e799c64fb75 ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/14#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/35#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "The Hagoromo of the sky"@en,
        "The Hagoromo of the sky"@ja,
        "The Hagoromo of the sky"@ja-latn ;
    schema:publisher _:N1ab602a3e7194ffd8a4dc3aed2ce487f ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N1ab602a3e7194ffd8a4dc3aed2ce487f schema:name "Dxtliant Child"@en ;
    foaf:name "Dxtliant Child"@en .

_:N34463eb1c35f4075ad1dda87afa99e50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beyond the riverside"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N47b0169f008a44219ea23e799c64fb75 ;
    schema:name "Beyond the riverside"@en .

_:N5e751d585d9245f6b1a3b2f2685c17f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Hagoromo of the sky"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N47b0169f008a44219ea23e799c64fb75 ;
    schema:name "The Hagoromo of the sky"@en .

_:N7cde8b0b5bf94d5ba0f889f94db54cad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Daily Life of Native youkai"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N47b0169f008a44219ea23e799c64fb75 ;
    schema:name "Daily Life of Native youkai"@en .

_:Nb3253f485f3e48fb8a2c5f6d7e6b6008 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The red eyes beneath the scarlet moon"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N47b0169f008a44219ea23e799c64fb75 ;
    schema:name "The red eyes beneath the scarlet moon"@en .

_:Nc7161c4eccd343a080c4d4121f428fea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fairyland where there is no occult circle"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N47b0169f008a44219ea23e799c64fb75 ;
    schema:name "Fairyland where there is no occult circle"@en .

_:Nc82ee3ccba8c45ff95b38a06bbf127e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wind Faith"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N47b0169f008a44219ea23e799c64fb75 ;
    schema:name "Wind Faith"@en .

_:N47b0169f008a44219ea23e799c64fb75 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N34463eb1c35f4075ad1dda87afa99e50,
        _:N5e751d585d9245f6b1a3b2f2685c17f5,
        _:N7cde8b0b5bf94d5ba0f889f94db54cad,
        _:Nb3253f485f3e48fb8a2c5f6d7e6b6008,
        _:Nc7161c4eccd343a080c4d4121f428fea,
        _:Nc82ee3ccba8c45ff95b38a06bbf127e6 ;
    mo:track_count 6 ;
    schema:duration "PT19:46"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N34463eb1c35f4075ad1dda87afa99e50,
        _:N5e751d585d9245f6b1a3b2f2685c17f5,
        _:N7cde8b0b5bf94d5ba0f889f94db54cad,
        _:Nb3253f485f3e48fb8a2c5f6d7e6b6008,
        _:Nc7161c4eccd343a080c4d4121f428fea,
        _:Nc82ee3ccba8c45ff95b38a06bbf127e6 .

