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

<album/120360#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Officially Ender'd"@en,
        "Officially Ender'd"@ja,
        "Officially Ender'd"@ja-latn ;
    mo:produced_work <album/120360#musicalwork> ;
    schema:name "Officially Ender'd"@en,
        "Officially Ender'd"@ja,
        "Officially Ender'd"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/06/120360/120360-3fea26cd8582.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/120360#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/06/120360/120360-3fea26cd8582.jpg> ;
    foaf:depicts <album/120360#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/06/120360/120360-3fea26cd8582.jpg> .

<https://medium-media.vgm.io/albums/06/120360/120360-3fea26cd8582.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/120360#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-08-26"^^xsd:date ;
    dcterms:title "Officially Ender'd"@en,
        "Officially Ender'd"@ja,
        "Officially Ender'd"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/120360#musicalexpression> ;
    mo:publisher _:N8db510b8c9294b8fa48796b6d6c5dd66 ;
    mo:record _:N51841de69e7c4cd990d6fc6569677ada ;
    mo:record_count 1 ;
    schema:datePublished "2013-08-26"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/06/120360/120360-3fea26cd8582.jpg> ;
    schema:name "Officially Ender'd"@en,
        "Officially Ender'd"@ja,
        "Officially Ender'd"@ja-latn ;
    schema:publisher _:N8db510b8c9294b8fa48796b6d6c5dd66 ;
    foaf:depiction <https://media.vgm.io/albums/06/120360/120360-3fea26cd8582.jpg> .

_:N2bfdc3de96364d44b5d14b9b0a23e20e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Officially Ender'd (2013 Edit)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N51841de69e7c4cd990d6fc6569677ada ;
    schema:name "Officially Ender'd (2013 Edit)"@en .

_:N51841de69e7c4cd990d6fc6569677ada a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2bfdc3de96364d44b5d14b9b0a23e20e ;
    mo:track_count 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N2bfdc3de96364d44b5d14b9b0a23e20e .

_:N8db510b8c9294b8fa48796b6d6c5dd66 schema:name "TRXX"@en,
        "TRXX"@ja,
        "TRXX"@ja-latn ;
    foaf:name "TRXX"@en,
        "TRXX"@ja,
        "TRXX"@ja-latn .

