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

<album/159747#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Autumn's Tale / Aethoro"@en,
        "Autumn's Tale / Aethoro"@ja,
        "Autumn's Tale / Aethoro"@ja-latn ;
    mo:produced_work <album/159747#musicalwork> ;
    schema:name "Autumn's Tale / Aethoro"@en,
        "Autumn's Tale / Aethoro"@ja,
        "Autumn's Tale / Aethoro"@ja-latn .

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

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

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

<album/159747#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Autumn's Tale / Aethoro"@en,
        "Autumn's Tale / Aethoro"@ja,
        "Autumn's Tale / Aethoro"@ja-latn ;
    mo:performance_of <album/159747#musicalwork> ;
    mo:recorded_as <album/159747#musicalexpression> ;
    schema:name "Autumn's Tale / Aethoro"@en,
        "Autumn's Tale / Aethoro"@ja,
        "Autumn's Tale / Aethoro"@ja-latn ;
    schema:workPerformed <album/159747#musicalwork> .

<https://media.vgm.io/albums/74/159747/159747-056cba1b9bfc.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159747#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/74/159747/159747-056cba1b9bfc.jpg> ;
    foaf:depicts <album/159747#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/74/159747/159747-056cba1b9bfc.jpg> .

<https://medium-media.vgm.io/albums/74/159747/159747-056cba1b9bfc.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159747#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-12-15"^^xsd:date ;
    dcterms:title "Autumn's Tale / Aethoro"@en,
        "Autumn's Tale / Aethoro"@ja,
        "Autumn's Tale / Aethoro"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159747#musicalexpression> ;
    mo:publisher _:Nb9078e21715845f186cbf4131535de99 ;
    mo:record _:N73119136ec754c14aced5c78bd472062 ;
    mo:record_count 1 ;
    schema:datePublished "2018-12-15"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/74/159747/159747-056cba1b9bfc.jpg> ;
    schema:name "Autumn's Tale / Aethoro"@en,
        "Autumn's Tale / Aethoro"@ja,
        "Autumn's Tale / Aethoro"@ja-latn ;
    schema:publisher _:Nb9078e21715845f186cbf4131535de99 ;
    foaf:depiction <https://media.vgm.io/albums/74/159747/159747-056cba1b9bfc.jpg> .

_:N73119136ec754c14aced5c78bd472062 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ndc4db2ed6b9b4af1bc723963b38fa4b0 ;
    mo:track_count 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ndc4db2ed6b9b4af1bc723963b38fa4b0 .

_:Nb9078e21715845f186cbf4131535de99 schema:name "Aethoro"@en,
        "Aethoro"@ja,
        "Aethoro"@ja-latn ;
    foaf:name "Aethoro"@en,
        "Aethoro"@ja,
        "Aethoro"@ja-latn .

_:Ndc4db2ed6b9b4af1bc723963b38fa4b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Autumn's Tale"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:N73119136ec754c14aced5c78bd472062 ;
    schema:name "Autumn's Tale"@en .

