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

<album/135055#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "End Time / Cres."@en,
        "End Time / Cres."@ja,
        "End Time / Cres."@ja-latn ;
    mo:produced_work <album/135055#musicalwork> ;
    schema:name "End Time / Cres."@en,
        "End Time / Cres."@ja,
        "End Time / Cres."@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/55/135055/135055-9511f63d0b14.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/135055#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/55/135055/135055-9511f63d0b14.png> ;
    foaf:depicts <album/135055#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/55/135055/135055-9511f63d0b14.png> .

<https://medium-media.vgm.io/albums/55/135055/135055-9511f63d0b14.png> a schema:ImageObject,
        foaf:Image .

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

<album/135055#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-06-28"^^xsd:date ;
    dcterms:title "End Time / Cres."@en,
        "End Time / Cres."@ja,
        "End Time / Cres."@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/135055#musicalexpression> ;
    mo:publisher _:Nbd0b6e37d30d431baa308779d702b8a1 ;
    mo:record _:N37e03e1e6744410fb9260a73cfe81e81 ;
    mo:record_count 1 ;
    schema:datePublished "2023-06-28"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/55/135055/135055-9511f63d0b14.png> ;
    schema:name "End Time / Cres."@en,
        "End Time / Cres."@ja,
        "End Time / Cres."@ja-latn ;
    schema:publisher _:Nbd0b6e37d30d431baa308779d702b8a1 ;
    foaf:depiction <https://media.vgm.io/albums/55/135055/135055-9511f63d0b14.png> .

_:N37e03e1e6744410fb9260a73cfe81e81 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf0704dcff9e54135b1921f1ceb1e317f ;
    mo:track_count 1 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf0704dcff9e54135b1921f1ceb1e317f .

_:Nbd0b6e37d30d431baa308779d702b8a1 schema:name "Cres."@en,
        "Cres."@ja,
        "Cres."@ja-latn ;
    foaf:name "Cres."@en,
        "Cres."@ja,
        "Cres."@ja-latn .

_:Nf0704dcff9e54135b1921f1ceb1e317f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End Time"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N37e03e1e6744410fb9260a73cfe81e81 ;
    schema:name "End Time"@en .

