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

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

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

<artist/55119#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97637#subject> ;
    schema:name "Obadiah Brown-Beach"@en ;
    foaf:made <album/97637#composition>,
        <album/97637#subject> ;
    foaf:name "Obadiah Brown-Beach"@en .

<product/8451#subject> a schema:CreativeWork ;
    schema:name "Arknights"@en,
        "明日方舟"@ja,
        "Arknights"@ja-latn ;
    foaf:name "Arknights"@en,
        "明日方舟"@ja,
        "Arknights"@ja-latn .

<album/97637#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Long Journey Alone"@en,
        "独行长路"@ja,
        "Du Xing Chang Lu"@ja-latn ;
    mo:composer <artist/55119#subject> ;
    mo:produced_work <album/97637#musicalwork> ;
    schema:name "The Long Journey Alone"@en,
        "独行长路"@ja,
        "Du Xing Chang Lu"@ja-latn .

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

<album/97637#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Long Journey Alone"@en,
        "独行长路"@ja,
        "Du Xing Chang Lu"@ja-latn ;
    mo:performance_of <album/97637#musicalwork> ;
    mo:recorded_as <album/97637#musicalexpression> ;
    schema:name "The Long Journey Alone"@en,
        "独行长路"@ja,
        "Du Xing Chang Lu"@ja-latn ;
    schema:workPerformed <album/97637#musicalwork> .

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

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

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

<album/97637#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-02"^^xsd:date ;
    dcterms:title "The Long Journey Alone"@en,
        "独行长路"@ja,
        "Du Xing Chang Lu"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97637#musicalexpression> ;
    mo:publisher _:Na968bfb47ba54e7cae539d861b4bd19e ;
    mo:record _:N31ff0ba03f8f4628ab001f7957026a17 ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2020-03-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/73/97637/97637-1585896018.jpg> ;
    schema:name "The Long Journey Alone"@en,
        "独行长路"@ja,
        "Du Xing Chang Lu"@ja-latn ;
    schema:publisher _:Na968bfb47ba54e7cae539d861b4bd19e ;
    foaf:depiction <https://media.vgm.io/albums/73/97637/97637-1585896018.jpg> .

_:N31ff0ba03f8f4628ab001f7957026a17 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nbb30f270fcd54785ad8eba3113319c2d ;
    mo:track_count 1 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nbb30f270fcd54785ad8eba3113319c2d .

_:Na968bfb47ba54e7cae539d861b4bd19e schema:name "Monster Siren Records"@en,
        "Monster Siren Records"@ja,
        "Monster Siren Records"@ja-latn ;
    foaf:name "Monster Siren Records"@en,
        "Monster Siren Records"@ja,
        "Monster Siren Records"@ja-latn .

_:Nbb30f270fcd54785ad8eba3113319c2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "独行长路"@zd ;
    mo:track_number 1 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N31ff0ba03f8f4628ab001f7957026a17 ;
    schema:name "独行长路"@zd .

