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

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

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

<artist/12474#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/105558#subject> ;
    schema:name "Austin Wintory"@en ;
    foaf:made <album/105558#composition>,
        <album/105558#subject> ;
    foaf:name "Austin Wintory"@en .

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

<album/105558#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "THE PATHLESS"@en,
        "THE PATHLESS"@ja,
        "THE PATHLESS"@ja-latn ;
    mo:composer <artist/12474#subject> ;
    mo:produced_work <album/105558#musicalwork> ;
    schema:name "THE PATHLESS"@en,
        "THE PATHLESS"@ja,
        "THE PATHLESS"@ja-latn .

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

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

<org/1475#subject> schema:name "iam8bit"@en,
        "iam8bit"@ja,
        "iam8bit"@ja-latn ;
    foaf:name "iam8bit"@en,
        "iam8bit"@ja,
        "iam8bit"@ja-latn .

<https://media.vgm.io/albums/85/105558/105558-d43ccb4c54b6.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/105558#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/85/105558/105558-d43ccb4c54b6.png> ;
    foaf:depicts <album/105558#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/85/105558/105558-d43ccb4c54b6.png> .

<https://medium-media.vgm.io/albums/85/105558/105558-d43ccb4c54b6.png> a schema:ImageObject,
        foaf:Image .

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

<album/105558#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-09-01"^^xsd:date ;
    dcterms:title "THE PATHLESS"@en,
        "THE PATHLESS"@ja,
        "THE PATHLESS"@ja-latn ;
    mo:catalogue_number "8BIT-8135" ;
    mo:media_type "2 Vinyl (12\" 33&frac13; rpm)" ;
    mo:publication_of <album/105558#musicalexpression> ;
    mo:publisher <org/1475#subject> ;
    mo:record_count 0 ;
    schema:about <product/18041#subject> ;
    schema:datePublished "2021-09-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/105558/105558-d43ccb4c54b6.png> ;
    schema:name "THE PATHLESS"@en,
        "THE PATHLESS"@ja,
        "THE PATHLESS"@ja-latn ;
    schema:publisher <org/1475#subject> ;
    foaf:depiction <https://media.vgm.io/albums/85/105558/105558-d43ccb4c54b6.png> .

