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

<album/141031#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "WE OUT HERE / A-Saph"@en,
        "WE OUT HERE / A-Saph"@ja,
        "WE OUT HERE / A-Saph"@ja-latn ;
    mo:produced_work <album/141031#musicalwork> ;
    schema:name "WE OUT HERE / A-Saph"@en,
        "WE OUT HERE / A-Saph"@ja,
        "WE OUT HERE / A-Saph"@ja-latn .

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

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

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

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

<album/141031#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "WE OUT HERE / A-Saph"@en,
        "WE OUT HERE / A-Saph"@ja,
        "WE OUT HERE / A-Saph"@ja-latn ;
    mo:performance_of <album/141031#musicalwork> ;
    mo:recorded_as <album/141031#musicalexpression> ;
    schema:name "WE OUT HERE / A-Saph"@en,
        "WE OUT HERE / A-Saph"@ja,
        "WE OUT HERE / A-Saph"@ja-latn ;
    schema:workPerformed <album/141031#musicalwork> .

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

<https://medium-media.vgm.io/albums/13/141031/141031-dc0caf0ff879.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141031#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-07-02"^^xsd:date ;
    dcterms:title "WE OUT HERE / A-Saph"@en,
        "WE OUT HERE / A-Saph"@ja,
        "WE OUT HERE / A-Saph"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141031#musicalexpression> ;
    mo:publisher _:Na4bbd567be5a4501bae4480d3d600552 ;
    mo:record _:Ne79f2dd2a7eb430b9f0aa09d4a458033 ;
    mo:record_count 1 ;
    schema:about <product/17101#subject> ;
    schema:datePublished "2024-07-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/141031/141031-dc0caf0ff879.jpg> ;
    schema:name "WE OUT HERE / A-Saph"@en,
        "WE OUT HERE / A-Saph"@ja,
        "WE OUT HERE / A-Saph"@ja-latn ;
    schema:publisher _:Na4bbd567be5a4501bae4480d3d600552 ;
    foaf:depiction <https://media.vgm.io/albums/13/141031/141031-dc0caf0ff879.jpg> .

_:N914fe31d78fe4638aef0f83d530f07b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WE OUT HERE"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:Ne79f2dd2a7eb430b9f0aa09d4a458033 ;
    schema:name "WE OUT HERE"@en .

_:Na4bbd567be5a4501bae4480d3d600552 schema:name "A-Saph"@en,
        "A-Saph"@ja,
        "A-Saph"@ja-latn ;
    foaf:name "A-Saph"@en,
        "A-Saph"@ja,
        "A-Saph"@ja-latn .

_:Ne79f2dd2a7eb430b9f0aa09d4a458033 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N914fe31d78fe4638aef0f83d530f07b9 ;
    mo:track_count 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N914fe31d78fe4638aef0f83d530f07b9 .

