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

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

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

<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/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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/07/18370/18370-1289071827.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/18370#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "Flower, Sun, and Moon"@en,
        "Flower, Sun, and Moon"@ja,
        "Flower, Sun, and Moon"@ja-latn ;
    mo:catalogue_number "RXCD-02" ;
    mo:media_type "CD" ;
    mo:publication_of <album/18370#musicalexpression> ;
    mo:publisher <org/501#subject> ;
    mo:record _:Nd3f2abaac274458685f98d778352316e ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/16#subject>,
        <product/20#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/37#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/18370/18370-1289071827.jpg> ;
    schema:name "Flower, Sun, and Moon"@en,
        "Flower, Sun, and Moon"@ja,
        "Flower, Sun, and Moon"@ja-latn ;
    schema:publisher <org/501#subject> ;
    foaf:depiction <https://media.vgm.io/albums/07/18370/18370-1289071827.jpg> .

_:N50a44fdcdbd7443c8e59bdcbe34175f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "instrument flight rules"@en ;
    mo:track_number 3 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:inPlaylist _:Nd3f2abaac274458685f98d778352316e ;
    schema:name "instrument flight rules"@en .

_:N59465a1e2a6043a394eae2b4ab57eab4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sleeping Satellite"@en ;
    mo:track_number 6 ;
    schema:duration "PT9:48"^^xsd:interval ;
    schema:inPlaylist _:Nd3f2abaac274458685f98d778352316e ;
    schema:name "Sleeping Satellite"@en .

_:N78cb534032c14206b5e35ee48853196f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "still life"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:54"^^xsd:interval ;
    schema:inPlaylist _:Nd3f2abaac274458685f98d778352316e ;
    schema:name "still life"@en .

_:N7ad19c096927452c928209b3e43dbeed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "a correct answer"@en ;
    mo:track_number 5 ;
    schema:duration "PT7:07"^^xsd:interval ;
    schema:inPlaylist _:Nd3f2abaac274458685f98d778352316e ;
    schema:name "a correct answer"@en .

_:N7b12c4612a9641469b36e3629350913f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Apple and honey"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:Nd3f2abaac274458685f98d778352316e ;
    schema:name "Apple and honey"@en .

_:N8e48a378c1be49dea54cfd4365ecbe22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hollow Earth Theory"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:13"^^xsd:interval ;
    schema:inPlaylist _:Nd3f2abaac274458685f98d778352316e ;
    schema:name "Hollow Earth Theory"@en .

_:Nd3f2abaac274458685f98d778352316e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N50a44fdcdbd7443c8e59bdcbe34175f4,
        _:N59465a1e2a6043a394eae2b4ab57eab4,
        _:N78cb534032c14206b5e35ee48853196f,
        _:N7ad19c096927452c928209b3e43dbeed,
        _:N7b12c4612a9641469b36e3629350913f,
        _:N8e48a378c1be49dea54cfd4365ecbe22 ;
    mo:track_count 6 ;
    schema:duration "PT43:20"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N50a44fdcdbd7443c8e59bdcbe34175f4,
        _:N59465a1e2a6043a394eae2b4ab57eab4,
        _:N78cb534032c14206b5e35ee48853196f,
        _:N7ad19c096927452c928209b3e43dbeed,
        _:N7b12c4612a9641469b36e3629350913f,
        _:N8e48a378c1be49dea54cfd4365ecbe22 .

