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

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

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

<artist/140#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/70654#subject> ;
    schema:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja ;
    foaf:made <album/70654#composition>,
        <album/70654#subject> ;
    foaf:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja .

<event/175> a mo:Release ;
    schema:name "Released at Comic Market 87 (Dec 28, 2014 to Dec 30, 2014)" .

<album/70654#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Speaker for the Dead"@en,
        "死者の代弁者"@ja,
        "Speaker for the Dead"@ja-latn ;
    mo:composer <artist/140#subject> ;
    mo:produced_work <album/70654#musicalwork> ;
    schema:name "Speaker for the Dead"@en,
        "死者の代弁者"@ja,
        "Speaker for the Dead"@ja-latn .

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

<album/70654#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Speaker for the Dead"@en,
        "死者の代弁者"@ja,
        "Speaker for the Dead"@ja-latn ;
    mo:performance_of <album/70654#musicalwork> ;
    mo:recorded_as <album/70654#musicalexpression> ;
    schema:name "Speaker for the Dead"@en,
        "死者の代弁者"@ja,
        "Speaker for the Dead"@ja-latn ;
    schema:workPerformed <album/70654#musicalwork> .

<org/749#subject> schema:name "Metaphasic Child"@en,
        "メタファジックチャイルド"@ja,
        "Metaphasic Child"@ja-latn ;
    foaf:name "Metaphasic Child"@en,
        "メタファジックチャイルド"@ja,
        "Metaphasic Child"@ja-latn .

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

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

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

<album/70654#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-30"^^xsd:date ;
    dcterms:title "Speaker for the Dead"@en,
        "死者の代弁者"@ja,
        "Speaker for the Dead"@ja-latn ;
    mo:catalogue_number "META-2014D" ;
    mo:media_type "CD" ;
    mo:publication_of <album/70654#musicalexpression> ;
    mo:publisher <org/749#subject> ;
    mo:record _:Neb8093f62e574153a934297396650af8 ;
    mo:record_count 1 ;
    mo:release <event/175> ;
    schema:datePublished "2014-12-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/45/70654/70654-1502529364.png> ;
    schema:name "Speaker for the Dead"@en,
        "死者の代弁者"@ja,
        "Speaker for the Dead"@ja-latn ;
    schema:publisher <org/749#subject> ;
    foaf:depiction <https://media.vgm.io/albums/45/70654/70654-1502529364.png> .

_:Nb2acf13a4c7147b3979515d2d87b58e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Speaker for the Dead"@en ;
    mo:track_number 1 ;
    schema:duration "PT47:25"^^xsd:interval ;
    schema:inPlaylist _:Neb8093f62e574153a934297396650af8 ;
    schema:name "Speaker for the Dead"@en .

_:Neb8093f62e574153a934297396650af8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nb2acf13a4c7147b3979515d2d87b58e8 ;
    mo:track_count 1 ;
    schema:duration "PT47:25"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nb2acf13a4c7147b3979515d2d87b58e8 .

