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

<album/146336#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Another Yesterday"@en,
        "Another Yesterday"@ja,
        "Another Yesterday"@ja-latn ;
    mo:produced_work <album/146336#musicalwork> ;
    schema:name "Another Yesterday"@en,
        "Another Yesterday"@ja,
        "Another Yesterday"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/63/146336/146336-6e2c043fb0df.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/146336#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/63/146336/146336-6e2c043fb0df.jpg> ;
    foaf:depicts <album/146336#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/63/146336/146336-6e2c043fb0df.jpg> .

<https://medium-media.vgm.io/albums/63/146336/146336-6e2c043fb0df.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/146336#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-09-13"^^xsd:date ;
    dcterms:title "Another Yesterday"@en,
        "Another Yesterday"@ja,
        "Another Yesterday"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/146336#musicalexpression> ;
    mo:publisher _:Ne82c9513fee04c48b6ecb80dea88116b ;
    mo:record _:Nc81e92b04fed4716873fe6e292635cea ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Another Yesterday"@en ;
            foaf:name "Another Yesterday"@en ] ;
    schema:datePublished "2022-09-13"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/63/146336/146336-6e2c043fb0df.jpg> ;
    schema:name "Another Yesterday"@en,
        "Another Yesterday"@ja,
        "Another Yesterday"@ja-latn ;
    schema:publisher _:Ne82c9513fee04c48b6ecb80dea88116b ;
    foaf:depiction <https://media.vgm.io/albums/63/146336/146336-6e2c043fb0df.jpg> .

_:N8f95b8c85a034c9892e910926ec3eb1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Yesterday"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:Nc81e92b04fed4716873fe6e292635cea ;
    schema:name "Another Yesterday"@en .

_:Nc81e92b04fed4716873fe6e292635cea a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8f95b8c85a034c9892e910926ec3eb1f ;
    mo:track_count 1 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8f95b8c85a034c9892e910926ec3eb1f .

_:Ne82c9513fee04c48b6ecb80dea88116b schema:name "Asuka Ito"@en,
        "Asuka Ito"@ja,
        "Asuka Ito"@ja-latn ;
    foaf:name "Asuka Ito"@en,
        "Asuka Ito"@ja,
        "Asuka Ito"@ja-latn .

