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

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

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

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

<event/38> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 4 (Nov 02, 2008)" .

<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/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/64#subject> a schema:CreativeWork ;
    schema:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn ;
    foaf:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn .

<album/28924#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Love Songs of Night and Day"@en,
        "昼夜戀歌 ~the Love Songs of Night and Day~"@ja,
        "Chuuya Renka ~the Love Songs of Night and Day~"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/28924#musicalwork> ;
    schema:name "The Love Songs of Night and Day"@en,
        "昼夜戀歌 ~the Love Songs of Night and Day~"@ja,
        "Chuuya Renka ~the Love Songs of Night and Day~"@ja-latn .

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

<album/28924#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Love Songs of Night and Day"@en,
        "昼夜戀歌 ~the Love Songs of Night and Day~"@ja,
        "Chuuya Renka ~the Love Songs of Night and Day~"@ja-latn ;
    mo:performance_of <album/28924#musicalwork> ;
    mo:recorded_as <album/28924#musicalexpression> ;
    schema:name "The Love Songs of Night and Day"@en,
        "昼夜戀歌 ~the Love Songs of Night and Day~"@ja,
        "Chuuya Renka ~the Love Songs of Night and Day~"@ja-latn ;
    schema:workPerformed <album/28924#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/42/28924/28924-1316286854.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/28924#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-02"^^xsd:date ;
    dcterms:title "The Love Songs of Night and Day"@en,
        "昼夜戀歌 ~the Love Songs of Night and Day~"@ja,
        "Chuuya Renka ~the Love Songs of Night and Day~"@ja-latn ;
    mo:catalogue_number "MMPD-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/28924#musicalexpression> ;
    mo:publisher <org/744#subject> ;
    mo:record _:N284c0f17c9904e5ab120eddc8054b048 ;
    mo:record_count 1 ;
    mo:release <event/38> ;
    schema:about <product/14#subject>,
        <product/29#subject>,
        <product/64#subject> ;
    schema:datePublished "2008-11-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/42/28924/28924-1316286854.jpg> ;
    schema:name "The Love Songs of Night and Day"@en,
        "昼夜戀歌 ~the Love Songs of Night and Day~"@ja,
        "Chuuya Renka ~the Love Songs of Night and Day~"@ja-latn ;
    schema:publisher <org/744#subject> ;
    foaf:depiction <https://media.vgm.io/albums/42/28924/28924-1316286854.jpg> .

_:N31865f5c466e45cf8e2ded8f0a2169d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Boarding..."@en ;
    mo:track_number 2 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N284c0f17c9904e5ab120eddc8054b048 ;
    schema:name "Night Boarding..."@en .

_:N564f3d89105f48ec9741e82b7c56833f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creed of Love"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N284c0f17c9904e5ab120eddc8054b048 ;
    schema:name "Creed of Love"@en .

_:N9bd1b03ce1c94d578f06582004b8f435 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Uno Nel Mio"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N284c0f17c9904e5ab120eddc8054b048 ;
    schema:name "Uno Nel Mio"@en .

_:Nb161c43d83bf4280a1d1e4ccbed3a192 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Il Paradiso Perse"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N284c0f17c9904e5ab120eddc8054b048 ;
    schema:name "Il Paradiso Perse"@en .

_:Ncfcf17bf085944c9963e2f7f9117f408 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Magi in Wonderland"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N284c0f17c9904e5ab120eddc8054b048 ;
    schema:name "the Magi in Wonderland"@en .

_:Ne51a4819dafd4173aaf45d08c2f86be6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "svolta"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N284c0f17c9904e5ab120eddc8054b048 ;
    schema:name "svolta"@en .

_:N284c0f17c9904e5ab120eddc8054b048 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N31865f5c466e45cf8e2ded8f0a2169d2,
        _:N564f3d89105f48ec9741e82b7c56833f,
        _:N9bd1b03ce1c94d578f06582004b8f435,
        _:Nb161c43d83bf4280a1d1e4ccbed3a192,
        _:Ncfcf17bf085944c9963e2f7f9117f408,
        _:Ne51a4819dafd4173aaf45d08c2f86be6 ;
    mo:track_count 6 ;
    schema:duration "PT20:17"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N31865f5c466e45cf8e2ded8f0a2169d2,
        _:N564f3d89105f48ec9741e82b7c56833f,
        _:N9bd1b03ce1c94d578f06582004b8f435,
        _:Nb161c43d83bf4280a1d1e4ccbed3a192,
        _:Ncfcf17bf085944c9963e2f7f9117f408,
        _:Ne51a4819dafd4173aaf45d08c2f86be6 .

