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

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

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

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

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

<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/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@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/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 .

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

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

<org/212#subject> schema:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn ;
    foaf:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/74/6147/6147-1198242559.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/1925#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6147#performance> ;
    schema:name "Aki Misawa"@en,
        "三澤秋"@ja ;
    foaf:name "Aki Misawa"@en,
        "三澤秋"@ja .

<artist/1926#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6147#performance> ;
    schema:name "nomico"@en,
        "のみこ"@ja ;
    foaf:name "nomico"@en,
        "のみこ"@ja .

<artist/1986#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6147#performance> ;
    schema:name "Misato"@en,
        "美里"@ja ;
    foaf:name "Misato"@en,
        "美里"@ja .

<artist/4901#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6147#performance> ;
    schema:name "Haruna"@en ;
    foaf:name "Haruna"@en .

<album/6147#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Harmony"@en,
        "Harmony"@ja,
        "Harmony"@ja-latn ;
    mo:performance_of <album/6147#musicalwork> ;
    mo:performer <artist/1925#subject>,
        <artist/1926#subject>,
        <artist/1986#subject>,
        <artist/4901#subject> ;
    mo:recorded_as <album/6147#musicalexpression> ;
    schema:byArtist <artist/1925#subject>,
        <artist/1926#subject>,
        <artist/1986#subject>,
        <artist/4901#subject> ;
    schema:name "Harmony"@en,
        "Harmony"@ja,
        "Harmony"@ja-latn ;
    schema:workPerformed <album/6147#musicalwork> .

<album/6147#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-12-31"^^xsd:date ;
    dcterms:title "Harmony"@en,
        "Harmony"@ja,
        "Harmony"@ja-latn ;
    mo:catalogue_number "ARCD0021" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6147#musicalexpression> ;
    mo:publisher <org/212#subject> ;
    mo:record _:Nef357c62bfef438f9952d0099eae64e2 ;
    mo:record_count 1 ;
    mo:release <event/2> ;
    schema:about <product/16#subject>,
        <product/18#subject>,
        <product/20#subject>,
        <product/33#subject> ;
    schema:byArtist <artist/1925#subject>,
        <artist/1926#subject>,
        <artist/1986#subject>,
        <artist/4901#subject> ;
    schema:datePublished "2007-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/74/6147/6147-1198242559.jpg> ;
    schema:name "Harmony"@en,
        "Harmony"@ja,
        "Harmony"@ja-latn ;
    schema:publisher <org/212#subject> ;
    foaf:depiction <https://media.vgm.io/albums/74/6147/6147-1198242559.jpg> .

_:N2f7d581d20f0426a888e32db634dbf50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cheek Colours"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Cheek Colours"@en .

_:N4deecdbbdb6a4c59a98628365d0d884b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wind's Believer"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:41"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Wind's Believer"@en .

_:N5f5f2ecf9ccc462791cb6b371a3c2319 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark Road"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:20"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Dark Road"@en .

_:N6cb69c7a7e5d4e64a921cf6252bba11f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maple Wizen (2007AW Re-Mastered)"@en ;
    mo:track_number 8 ;
    schema:duration "PT7:00"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Maple Wizen (2007AW Re-Mastered)"@en .

_:N8fa16135bbea4ea79a31aa8bf7e0f830 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voile, the Magic Library"@en ;
    mo:track_number 4 ;
    schema:duration "PT6:17"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Voile, the Magic Library"@en .

_:Na2bfdc1215b342f9a0e91fc16e0162e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice Maestera"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:07"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Alice Maestera"@en .

_:Na899be4b0bef42a7b69f3345bb17e72f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Interlude"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Interlude"@en .

_:Nb2985320cb154173801848ec4155ab2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Suwa Foughten Field"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Suwa Foughten Field"@en .

_:Ndba9143d7e84406b9b4c96e69cf85126 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Harmony"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:54"^^xsd:interval ;
    schema:inPlaylist _:Nef357c62bfef438f9952d0099eae64e2 ;
    schema:name "Harmony"@en .

_:Nef357c62bfef438f9952d0099eae64e2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2f7d581d20f0426a888e32db634dbf50,
        _:N4deecdbbdb6a4c59a98628365d0d884b,
        _:N5f5f2ecf9ccc462791cb6b371a3c2319,
        _:N6cb69c7a7e5d4e64a921cf6252bba11f,
        _:N8fa16135bbea4ea79a31aa8bf7e0f830,
        _:Na2bfdc1215b342f9a0e91fc16e0162e0,
        _:Na899be4b0bef42a7b69f3345bb17e72f,
        _:Nb2985320cb154173801848ec4155ab2a,
        _:Ndba9143d7e84406b9b4c96e69cf85126 ;
    mo:track_count 9 ;
    schema:duration "PT51:51"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N2f7d581d20f0426a888e32db634dbf50,
        _:N4deecdbbdb6a4c59a98628365d0d884b,
        _:N5f5f2ecf9ccc462791cb6b371a3c2319,
        _:N6cb69c7a7e5d4e64a921cf6252bba11f,
        _:N8fa16135bbea4ea79a31aa8bf7e0f830,
        _:Na2bfdc1215b342f9a0e91fc16e0162e0,
        _:Na899be4b0bef42a7b69f3345bb17e72f,
        _:Nb2985320cb154173801848ec4155ab2a,
        _:Ndba9143d7e84406b9b4c96e69cf85126 .

