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

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

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

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

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

<album/55913#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@en,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/55913#musicalwork> ;
    schema:name "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@en,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja-latn .

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

<album/55913#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@en,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja-latn ;
    mo:performance_of <album/55913#musicalwork> ;
    mo:recorded_as <album/55913#musicalexpression> ;
    schema:name "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@en,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja-latn ;
    schema:workPerformed <album/55913#musicalwork> .

<org/163#subject> schema:name "Golden City Factory"@en,
        "Golden City Factory"@ja,
        "Golden City Factory"@ja-latn ;
    foaf:name "Golden City Factory"@en,
        "Golden City Factory"@ja,
        "Golden City Factory"@ja-latn .

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

<https://medium-media.vgm.io/albums/31/55913/55913-1448855856.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/55913#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-01-01"^^xsd:date ;
    dcterms:title "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@en,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja-latn ;
    mo:catalogue_number "GCFT-0060~1" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/55913#musicalexpression> ;
    mo:publisher <org/163#subject> ;
    mo:record _:N536bf08b0240483cbef2424defa63430,
        _:Ne67fb7c083eb40e18f4953c5d0532261 ;
    mo:record_count 2 ;
    schema:about <product/14#subject>,
        <product/16#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2010-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/31/55913/55913-1448855856.jpg> ;
    schema:name "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@en,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja,
        "Toho Midnight Figure Collection: Kirisame Marisa & Hakurei Reimu"@ja-latn ;
    schema:publisher <org/163#subject> ;
    foaf:depiction <https://media.vgm.io/albums/31/55913/55913-1448855856.jpg> .

_:N1dc206e988ba47fcbfb444283050c7c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maiden's Capriccio - Dream Battle"@en,
        "少女綺想曲　-　Dream Battle"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:Ne67fb7c083eb40e18f4953c5d0532261 ;
    schema:name "Maiden's Capriccio - Dream Battle"@en,
        "少女綺想曲　-　Dream Battle"@ja .

_:N5a81b63cca4547e0a5bd3c8bfe25e460 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oriental Dark Flight"@en,
        "オリエンタルダークフライト"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N536bf08b0240483cbef2424defa63430 ;
    schema:name "Oriental Dark Flight"@en,
        "オリエンタルダークフライト"@ja .

_:N632def1fba27408c9a717639673b29e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Witching Dream"@en,
        "Witching Dream"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Ne67fb7c083eb40e18f4953c5d0532261 ;
    schema:name "Witching Dream"@en,
        "Witching Dream"@ja .

_:N68a84771bc264fd6810ed5acebccf7d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Selene's light"@en,
        "Selene's light"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N536bf08b0240483cbef2424defa63430 ;
    schema:name "Selene's light"@en,
        "Selene's light"@ja .

_:Nab56d1b010b8494c844eac3d21809813 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vessel of Stars - Casket of Star"@en,
        "星の器　- Casket of Star"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N536bf08b0240483cbef2424defa63430 ;
    schema:name "Vessel of Stars - Casket of Star"@en,
        "星の器　- Casket of Star"@ja .

_:Neb8aee3305244bb29b93fd83c7949c40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mystic Oriental Love Consultation"@en,
        "東方妖恋談"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Ne67fb7c083eb40e18f4953c5d0532261 ;
    schema:name "Mystic Oriental Love Consultation"@en,
        "東方妖恋談"@ja .

_:Nff7a12d5482c4de4b3a7b2c5739d6dbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spring Lane - Colorful Path"@en,
        "春色小径　-　Colorful Path"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Ne67fb7c083eb40e18f4953c5d0532261 ;
    schema:name "Spring Lane - Colorful Path"@en,
        "春色小径　-　Colorful Path"@ja .

_:N536bf08b0240483cbef2424defa63430 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5a81b63cca4547e0a5bd3c8bfe25e460,
        _:N68a84771bc264fd6810ed5acebccf7d7,
        _:Nab56d1b010b8494c844eac3d21809813 ;
    mo:track_count 3 ;
    schema:duration "PT11:50"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N5a81b63cca4547e0a5bd3c8bfe25e460,
        _:N68a84771bc264fd6810ed5acebccf7d7,
        _:Nab56d1b010b8494c844eac3d21809813 .

_:Ne67fb7c083eb40e18f4953c5d0532261 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N1dc206e988ba47fcbfb444283050c7c9,
        _:N632def1fba27408c9a717639673b29e5,
        _:Neb8aee3305244bb29b93fd83c7949c40,
        _:Nff7a12d5482c4de4b3a7b2c5739d6dbe ;
    mo:track_count 4 ;
    schema:duration "PT17:01"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N1dc206e988ba47fcbfb444283050c7c9,
        _:N632def1fba27408c9a717639673b29e5,
        _:Neb8aee3305244bb29b93fd83c7949c40,
        _:Nff7a12d5482c4de4b3a7b2c5739d6dbe .

