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

<artist/1684#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114137#subject> ;
    schema:name "ayaka"@en,
        "絢香"@ja ;
    foaf:made <album/114137#composition>,
        <album/114137#lyrics>,
        <album/114137#subject>,
        <album/114137#vocals> ;
    foaf:name "ayaka"@en,
        "絢香"@ja .

<product/7583#subject> a schema:CreativeWork ;
    schema:name "Tales of Arise"@en,
        "テイルズ オブ アライズ"@ja,
        "Tales of Arise"@ja-latn ;
    foaf:name "Tales of Arise"@en,
        "テイルズ オブ アライズ"@ja,
        "Tales of Arise"@ja-latn .

<album/114137#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Blue Moon / ayaka"@en,
        "Blue Moon / 絢香"@ja,
        "Blue Moon / ayaka"@ja-latn ;
    mo:composer <artist/1684#subject> ;
    mo:produced_work <album/114137#musicalwork> ;
    schema:name "Blue Moon / ayaka"@en,
        "Blue Moon / 絢香"@ja,
        "Blue Moon / ayaka"@ja-latn .

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

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

<album/114137#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Blue Moon / ayaka"@en,
        "Blue Moon / 絢香"@ja,
        "Blue Moon / ayaka"@ja-latn ;
    mo:performance_of <album/114137#musicalwork> ;
    mo:recorded_as <album/114137#musicalexpression> ;
    schema:name "Blue Moon / ayaka"@en,
        "Blue Moon / 絢香"@ja,
        "Blue Moon / ayaka"@ja-latn ;
    schema:workPerformed <album/114137#musicalwork> .

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

<https://media.vgm.io/albums/73/114137/114137-47fa9f373c97.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/114137#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/73/114137/114137-47fa9f373c97.jpg> ;
    foaf:depicts <album/114137#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/73/114137/114137-47fa9f373c97.jpg> .

<https://medium-media.vgm.io/albums/73/114137/114137-47fa9f373c97.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/114137#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-08-26"^^xsd:date ;
    dcterms:title "Blue Moon / ayaka"@en,
        "Blue Moon / 絢香"@ja,
        "Blue Moon / ayaka"@ja-latn ;
    mo:catalogue_number "ANTCD-A0000005139" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/114137#musicalexpression> ;
    mo:publisher _:Na919ddcf369e4d5090748d9536e83e8b ;
    mo:record _:Nfd325567025e4379afcac59b06b4d400 ;
    mo:record_count 1 ;
    schema:about <product/7583#subject> ;
    schema:datePublished "2021-08-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/73/114137/114137-47fa9f373c97.jpg> ;
    schema:name "Blue Moon / ayaka"@en,
        "Blue Moon / 絢香"@ja,
        "Blue Moon / ayaka"@ja-latn ;
    schema:publisher _:Na919ddcf369e4d5090748d9536e83e8b ;
    foaf:depiction <https://media.vgm.io/albums/73/114137/114137-47fa9f373c97.jpg> .

_:Na919ddcf369e4d5090748d9536e83e8b schema:name "A stAtion"@en,
        "A stAtion"@ja,
        "A stAtion"@ja-latn ;
    foaf:name "A stAtion"@en,
        "A stAtion"@ja,
        "A stAtion"@ja-latn .

_:Ncfeb4455d42d4b07aeb24a463630d411 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Moon"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nfd325567025e4379afcac59b06b4d400 ;
    schema:name "Blue Moon"@en .

_:Nfd325567025e4379afcac59b06b4d400 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ncfeb4455d42d4b07aeb24a463630d411 ;
    mo:track_count 1 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ncfeb4455d42d4b07aeb24a463630d411 .

