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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/40090#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/40090#composition>,
        <album/40090#subject> ;
    foaf:name "U2"@en .

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

<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/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@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/497#subject> a schema:CreativeWork ;
    schema:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn ;
    foaf:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

<album/40090#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Oto no Sukima ~ medley of fantasy"@en,
        "おとのスキマ ～ medley of fantasy"@ja,
        "Oto no Sukima ~ medley of fantasy"@ja-latn ;
    mo:performance_of <album/40090#musicalwork> ;
    mo:recorded_as <album/40090#musicalexpression> ;
    schema:name "Oto no Sukima ~ medley of fantasy"@en,
        "おとのスキマ ～ medley of fantasy"@ja,
        "Oto no Sukima ~ medley of fantasy"@ja-latn ;
    schema:workPerformed <album/40090#musicalwork> .

<album/40090#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Oto no Sukima ~ medley of fantasy"@en,
        "おとのスキマ ～ medley of fantasy"@ja,
        "Oto no Sukima ~ medley of fantasy"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/40090#musicalwork> ;
    schema:name "Oto no Sukima ~ medley of fantasy"@en,
        "おとのスキマ ～ medley of fantasy"@ja,
        "Oto no Sukima ~ medley of fantasy"@ja-latn .

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

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

<album/40090#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-30"^^xsd:date ;
    dcterms:title "Oto no Sukima ~ medley of fantasy"@en,
        "おとのスキマ ～ medley of fantasy"@ja,
        "Oto no Sukima ~ medley of fantasy"@ja-latn ;
    mo:catalogue_number "AHTS-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/40090#musicalexpression> ;
    mo:publisher _:N7eebad00a2b946ed85e30d53d84f3b1b ;
    mo:record _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    mo:record_count 1 ;
    mo:release <event/146> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/33#subject>,
        <product/497#subject>,
        <product/51#subject> ;
    schema:datePublished "2011-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Oto no Sukima ~ medley of fantasy"@en,
        "おとのスキマ ～ medley of fantasy"@ja,
        "Oto no Sukima ~ medley of fantasy"@ja-latn ;
    schema:publisher _:N7eebad00a2b946ed85e30d53d84f3b1b ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N344283cea64c407a9ee9071ddd96e55a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢よ、続け"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "夢よ、続け"@ja .

_:N450f359736c84e83a58d7c38df5583e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方獣想曲"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "東方獣想曲"@ja .

_:N554ddf5dcc3c47c6a18cfa7f99dc33ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ここから先は製品版よ！"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "ここから先は製品版よ！"@ja .

_:N56462c29fe3a4249958f354a422b9a50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖精大演奏 ～ Fairy Medley."@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "妖精大演奏 ～ Fairy Medley."@ja .

_:N7eebad00a2b946ed85e30d53d84f3b1b schema:name "Ahtos"@en ;
    foaf:name "Ahtos"@en .

_:Nb03c63214d82458082a1035da990eab4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "秋は山に行って紅葉見たい"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "秋は山に行って紅葉見たい"@ja .

_:Nd9aedf78c5e24f4f84e50d8964b468ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Medley of Scarlet Devil ～Non Stop Shor Mix～"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "The Medley of Scarlet Devil ～Non Stop Shor Mix～"@ja .

_:Nf9a2b2ffbbe8408ba97a770252d632c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖々夢音楽団"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9e0f7ca7c27948d7896d88d3d11170a6 ;
    schema:name "妖々夢音楽団"@ja .

_:N9e0f7ca7c27948d7896d88d3d11170a6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N344283cea64c407a9ee9071ddd96e55a,
        _:N450f359736c84e83a58d7c38df5583e3,
        _:N554ddf5dcc3c47c6a18cfa7f99dc33ec,
        _:N56462c29fe3a4249958f354a422b9a50,
        _:Nb03c63214d82458082a1035da990eab4,
        _:Nd9aedf78c5e24f4f84e50d8964b468ef,
        _:Nf9a2b2ffbbe8408ba97a770252d632c9 ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N344283cea64c407a9ee9071ddd96e55a,
        _:N450f359736c84e83a58d7c38df5583e3,
        _:N554ddf5dcc3c47c6a18cfa7f99dc33ec,
        _:N56462c29fe3a4249958f354a422b9a50,
        _:Nb03c63214d82458082a1035da990eab4,
        _:Nd9aedf78c5e24f4f84e50d8964b468ef,
        _:Nf9a2b2ffbbe8408ba97a770252d632c9 .

