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

<album/56306#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tsuki no Sango"@en,
        "月の珊瑚"@ja,
        "Tsuki no Sango"@ja-latn ;
    mo:produced_work <album/56306#musicalwork> ;
    schema:name "Tsuki no Sango"@en,
        "月の珊瑚"@ja,
        "Tsuki no Sango"@ja-latn .

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

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

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

<album/56306#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tsuki no Sango"@en,
        "月の珊瑚"@ja,
        "Tsuki no Sango"@ja-latn ;
    mo:performance_of <album/56306#musicalwork> ;
    mo:recorded_as <album/56306#musicalexpression> ;
    schema:name "Tsuki no Sango"@en,
        "月の珊瑚"@ja,
        "Tsuki no Sango"@ja-latn ;
    schema:workPerformed <album/56306#musicalwork> .

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

<https://medium-media.vgm.io/albums/60/56306/56306-1450797931.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/56306#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-10-14"^^xsd:date ;
    dcterms:title "Tsuki no Sango"@en,
        "月の珊瑚"@ja,
        "Tsuki no Sango"@ja-latn ;
    mo:catalogue_number "TSUKINOSANGO-1~2" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/56306#musicalexpression> ;
    mo:publisher _:N64cfea674f3940cab1cdacfb561f0265 ;
    mo:record _:N477d288b11ee4549bfe3282d8acd203d,
        _:N8a578b0605b646b9814c043ac05d301d ;
    mo:record_count 2 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tsuki no Sango"@en ;
            foaf:name "Tsuki no Sango"@en ] ;
    schema:datePublished "2011-10-14"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/60/56306/56306-1450797931.jpg> ;
    schema:name "Tsuki no Sango"@en,
        "月の珊瑚"@ja,
        "Tsuki no Sango"@ja-latn ;
    schema:publisher _:N64cfea674f3940cab1cdacfb561f0265 ;
    foaf:depiction <https://media.vgm.io/albums/60/56306/56306-1450797931.jpg> .

_:N477d288b11ee4549bfe3282d8acd203d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N94682c95d12e43e5bb3def9a67fd7661 ;
    mo:track_count 1 ;
    schema:duration "PT42:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N94682c95d12e43e5bb3def9a67fd7661 .

_:N64cfea674f3940cab1cdacfb561f0265 schema:name "Seikaisha"@en ;
    foaf:name "Seikaisha"@en .

_:N8a578b0605b646b9814c043ac05d301d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N8dac6354b20841b08aae6d147cef9ec9 ;
    mo:track_count 1 ;
    schema:duration "PT51:11"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8dac6354b20841b08aae6d147cef9ec9 .

_:N8dac6354b20841b08aae6d147cef9ec9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en ;
    mo:track_number 1 ;
    schema:duration "PT51:11"^^xsd:interval ;
    schema:inPlaylist _:N8a578b0605b646b9814c043ac05d301d ;
    schema:name "None"@en .

_:N94682c95d12e43e5bb3def9a67fd7661 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en ;
    mo:track_number 1 ;
    schema:duration "PT42:40"^^xsd:interval ;
    schema:inPlaylist _:N477d288b11ee4549bfe3282d8acd203d ;
    schema:name "None"@en .

