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

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

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

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

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 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/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/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/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/24488#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gramophone"@en,
        "Gramophone"@ja,
        "Gramophone"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/24488#musicalwork> ;
    schema:name "Gramophone"@en,
        "Gramophone"@ja,
        "Gramophone"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/88/24488/24488-1299529180.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/24488#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-03-13"^^xsd:date ;
    dcterms:title "Gramophone"@en,
        "Gramophone"@ja,
        "Gramophone"@ja-latn ;
    mo:catalogue_number "BR-0012" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24488#musicalexpression> ;
    mo:publisher <org/453#subject> ;
    mo:record _:N57e870b901df4036a5e6f72c27a9f710 ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:datePublished "2011-03-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/24488/24488-1299529180.jpg> ;
    schema:name "Gramophone"@en,
        "Gramophone"@ja,
        "Gramophone"@ja-latn ;
    schema:publisher <org/453#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/24488/24488-1299529180.jpg> .

_:N5e511b8768a246f8ab95305ee4fde8e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alien vs Alien"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N57e870b901df4036a5e6f72c27a9f710 ;
    schema:name "Alien vs Alien"@en .

_:N645ed8ebed4f451689e8841d0f9da773 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Icetronica"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N57e870b901df4036a5e6f72c27a9f710 ;
    schema:name "Icetronica"@en .

_:N90bf97331dea45da9fefa45389ad4a56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Happy Disaster"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N57e870b901df4036a5e6f72c27a9f710 ;
    schema:name "Happy Disaster"@en .

_:Nf72460fd1ef7431f8da19c9536147476 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sky Away"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N57e870b901df4036a5e6f72c27a9f710 ;
    schema:name "Sky Away"@en .

_:Nff1a30e30ab3445bb109d70d37942896 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necrofantasia"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N57e870b901df4036a5e6f72c27a9f710 ;
    schema:name "Necrofantasia"@en .

_:N57e870b901df4036a5e6f72c27a9f710 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5e511b8768a246f8ab95305ee4fde8e2,
        _:N645ed8ebed4f451689e8841d0f9da773,
        _:N90bf97331dea45da9fefa45389ad4a56,
        _:Nf72460fd1ef7431f8da19c9536147476,
        _:Nff1a30e30ab3445bb109d70d37942896 ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N5e511b8768a246f8ab95305ee4fde8e2,
        _:N645ed8ebed4f451689e8841d0f9da773,
        _:N90bf97331dea45da9fefa45389ad4a56,
        _:Nf72460fd1ef7431f8da19c9536147476,
        _:Nff1a30e30ab3445bb109d70d37942896 .

