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

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

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

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

<event/224> a mo:Release ;
    schema:name "Released at Comic Market 97 (Dec 28, 2019 to Dec 31, 2019)" .

<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/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/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 .

<product/7214#subject> a schema:CreativeWork ;
    schema:name "Touhou Kikeijuu ~ Wily Beast and Weakest Creature."@en,
        "東方鬼形獣　〜 Wily Beast and Weakest Creature."@ja,
        "Touhou Kikeijuu ~ Wily Beast and Weakest Creature."@ja-latn ;
    foaf:name "Touhou Kikeijuu ~ Wily Beast and Weakest Creature."@en,
        "東方鬼形獣　〜 Wily Beast and Weakest Creature."@ja,
        "Touhou Kikeijuu ~ Wily Beast and Weakest Creature."@ja-latn .

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

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

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

<org/651#subject> schema:name "flap+frog"@en,
        "flap+frog"@ja,
        "flap+frog"@ja-latn ;
    foaf:name "flap+frog"@en,
        "flap+frog"@ja,
        "flap+frog"@ja-latn .

<https://media.vgm.io/albums/41/96714/96714-1584818421.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/96714#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/41/96714/96714-1584818421.png> ;
    foaf:depicts <album/96714#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/41/96714/96714-1584818421.png> .

<https://medium-media.vgm.io/albums/41/96714/96714-1584818421.png> a schema:ImageObject,
        foaf:Image .

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

<album/96714#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-12-31"^^xsd:date ;
    dcterms:title "cirno out #4"@en,
        "cirno out #4"@ja,
        "cirno out #4"@ja-latn ;
    mo:catalogue_number "FFRC-0310" ;
    mo:media_type "CD" ;
    mo:publication_of <album/96714#musicalexpression> ;
    mo:publisher <org/651#subject> ;
    mo:record _:N473961806c1f439da65499ed5bd16d77 ;
    mo:record_count 1 ;
    mo:release <event/224> ;
    schema:about <product/16#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/37#subject>,
        <product/7214#subject> ;
    schema:datePublished "2019-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/41/96714/96714-1584818421.png> ;
    schema:name "cirno out #4"@en,
        "cirno out #4"@ja,
        "cirno out #4"@ja-latn ;
    schema:publisher <org/651#subject> ;
    foaf:depiction <https://media.vgm.io/albums/41/96714/96714-1584818421.png> .

_:N00cd3cce69ab4982bd0afcfd2d75f7f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "starlight(cirno out edit 2)"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "starlight(cirno out edit 2)"@ja .

_:N4669757b8e564ce1adab546e718d3750 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "second flash(with milk)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "second flash(with milk)"@ja .

_:N546ee595331a44329bde728b15809793 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "colorful giraffe skirt"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "colorful giraffe skirt"@ja .

_:N8d9fd26fcc274e259dc66498d97c1213 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tartness"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "tartness"@ja .

_:Ncc45ac6c3275402495ec167f52cafc82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "maple(cirno out edit 2)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "maple(cirno out edit 2)"@ja .

_:Neb54f8ea03aa4fb09a03c4b09d98d786 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "cat & chair"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "cat & chair"@ja .

_:Nef7c7503696544a8b33d5479739e2f3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "beacon"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N473961806c1f439da65499ed5bd16d77 ;
    schema:name "beacon"@ja .

_:N473961806c1f439da65499ed5bd16d77 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00cd3cce69ab4982bd0afcfd2d75f7f3,
        _:N4669757b8e564ce1adab546e718d3750,
        _:N546ee595331a44329bde728b15809793,
        _:N8d9fd26fcc274e259dc66498d97c1213,
        _:Ncc45ac6c3275402495ec167f52cafc82,
        _:Neb54f8ea03aa4fb09a03c4b09d98d786,
        _:Nef7c7503696544a8b33d5479739e2f3e ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N00cd3cce69ab4982bd0afcfd2d75f7f3,
        _:N4669757b8e564ce1adab546e718d3750,
        _:N546ee595331a44329bde728b15809793,
        _:N8d9fd26fcc274e259dc66498d97c1213,
        _:Ncc45ac6c3275402495ec167f52cafc82,
        _:Neb54f8ea03aa4fb09a03c4b09d98d786,
        _:Nef7c7503696544a8b33d5479739e2f3e .

