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

<artist/33418#subject> a schema:Person,
        foaf:Person ;
    schema:name "ACCAMER"@en ;
    foaf:made <album/97677#subject>,
        <album/97677#vocals> ;
    foaf:name "ACCAMER"@en .

<artist/12655#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97677#subject> ;
    schema:name "JIN"@en ;
    foaf:made <album/97677#composition>,
        <album/97677#lyrics>,
        <album/97677#subject> ;
    foaf:name "JIN"@en .

<product/8223#subject> a schema:CreativeWork ;
    schema:name "LISTENERS"@en,
        "LISTENERS"@ja,
        "LISTENERS"@ja-latn ;
    foaf:name "LISTENERS"@en,
        "LISTENERS"@ja,
        "LISTENERS"@ja-latn .

<album/97677#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Into the blue's / ACCAMER"@en,
        "Into the blue's / ACCAMER"@ja,
        "Into the blue's / ACCAMER"@ja-latn ;
    mo:composer <artist/12655#subject> ;
    mo:produced_work <album/97677#musicalwork> ;
    schema:name "Into the blue's / ACCAMER"@en,
        "Into the blue's / ACCAMER"@ja,
        "Into the blue's / ACCAMER"@ja-latn .

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

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

<album/97677#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Into the blue's / ACCAMER"@en,
        "Into the blue's / ACCAMER"@ja,
        "Into the blue's / ACCAMER"@ja-latn ;
    mo:performance_of <album/97677#musicalwork> ;
    mo:recorded_as <album/97677#musicalexpression> ;
    schema:name "Into the blue's / ACCAMER"@en,
        "Into the blue's / ACCAMER"@ja,
        "Into the blue's / ACCAMER"@ja-latn ;
    schema:workPerformed <album/97677#musicalwork> .

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

<org/1653#subject> schema:name "Astro Voice"@en,
        "Astro Voice"@ja,
        "Astro Voice"@ja-latn ;
    foaf:name "Astro Voice"@en,
        "Astro Voice"@ja,
        "Astro Voice"@ja-latn .

<https://media.vgm.io/albums/77/97677/97677-1585932195.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/97677#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/77/97677/97677-1585932195.jpg> ;
    foaf:depicts <album/97677#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/77/97677/97677-1585932195.jpg> .

<https://medium-media.vgm.io/albums/77/97677/97677-1585932195.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/97677#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-04-03"^^xsd:date ;
    dcterms:title "Into the blue's / ACCAMER"@en,
        "Into the blue's / ACCAMER"@ja,
        "Into the blue's / ACCAMER"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97677#musicalexpression> ;
    mo:publisher <org/1653#subject> ;
    mo:record _:N8ad0cd9ec12f46afaae767d5d5e9fb44 ;
    mo:record_count 1 ;
    schema:about <product/8223#subject> ;
    schema:datePublished "2020-04-03"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/77/97677/97677-1585932195.jpg> ;
    schema:name "Into the blue's / ACCAMER"@en,
        "Into the blue's / ACCAMER"@ja,
        "Into the blue's / ACCAMER"@ja-latn ;
    schema:publisher <org/1653#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/97677/97677-1585932195.jpg> .

_:N6e8695d258ae43a8a7cd3b14a167c396 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the blue's"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N8ad0cd9ec12f46afaae767d5d5e9fb44 ;
    schema:name "Into the blue's"@en .

_:N8ad0cd9ec12f46afaae767d5d5e9fb44 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6e8695d258ae43a8a7cd3b14a167c396 ;
    mo:track_count 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N6e8695d258ae43a8a7cd3b14a167c396 .

