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

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

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

<event/200> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 14 (May 07, 2017)" .

<product/12#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn ;
    foaf:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@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/67654#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PURGE EP"@en,
        "PURGE EP"@ja,
        "PURGE EP"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/67654#musicalwork> ;
    schema:name "PURGE EP"@en,
        "PURGE EP"@ja,
        "PURGE EP"@ja-latn .

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

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

<org/880#subject> schema:name "Shinigiwa Satellite"@en,
        "死際サテライト"@ja,
        "Shinigiwa Satellite"@ja-latn ;
    foaf:name "Shinigiwa Satellite"@en,
        "死際サテライト"@ja,
        "Shinigiwa Satellite"@ja-latn .

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

<https://medium-media.vgm.io/albums/45/67654/67654-1590104772.png> a schema:ImageObject,
        foaf:Image .

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

<album/67654#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PURGE EP"@en,
        "PURGE EP"@ja,
        "PURGE EP"@ja-latn ;
    mo:performance_of <album/67654#musicalwork> ;
    mo:performer <artist/4383#subject> ;
    mo:recorded_as <album/67654#musicalexpression> ;
    schema:byArtist <artist/4383#subject> ;
    schema:name "PURGE EP"@en,
        "PURGE EP"@ja,
        "PURGE EP"@ja-latn ;
    schema:workPerformed <album/67654#musicalwork> .

<artist/4383#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/67654#performance> ;
    schema:name "Meramipop"@en,
        "めらみぽっぷ"@ja ;
    foaf:made <album/67654#lyrics>,
        <album/67654#subject> ;
    foaf:name "Meramipop"@en,
        "めらみぽっぷ"@ja .

<album/67654#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-05-07"^^xsd:date ;
    dcterms:title "PURGE EP"@en,
        "PURGE EP"@ja,
        "PURGE EP"@ja-latn ;
    mo:catalogue_number "SGSL-0029" ;
    mo:media_type "CD" ;
    mo:publication_of <album/67654#musicalexpression> ;
    mo:publisher <org/880#subject> ;
    mo:record _:Nc674e1a8a6154c83a312fecc3d09e60c ;
    mo:record_count 1 ;
    mo:release <event/200> ;
    schema:about <product/12#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/4383#subject> ;
    schema:datePublished "2017-05-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/45/67654/67654-1590104772.png> ;
    schema:name "PURGE EP"@en,
        "PURGE EP"@ja,
        "PURGE EP"@ja-latn ;
    schema:publisher <org/880#subject> ;
    foaf:depiction <https://media.vgm.io/albums/45/67654/67654-1590104772.png> .

_:N1e6dbfd66b574109bad8a9c7f1a8387c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "甦生サルベイション"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Nc674e1a8a6154c83a312fecc3d09e60c ;
    schema:name "甦生サルベイション"@ja .

_:N52a7dba5f76547808284ed6df6654a0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "断截インソムニア"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Nc674e1a8a6154c83a312fecc3d09e60c ;
    schema:name "断截インソムニア"@ja .

_:Nc674e1a8a6154c83a312fecc3d09e60c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1e6dbfd66b574109bad8a9c7f1a8387c,
        _:N52a7dba5f76547808284ed6df6654a0b ;
    mo:track_count 2 ;
    schema:duration "PT7:40"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N1e6dbfd66b574109bad8a9c7f1a8387c,
        _:N52a7dba5f76547808284ed6df6654a0b .

