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

<album/124196#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "We All Lift Together"@en,
        "We All Lift Together"@ja,
        "We All Lift Together"@ja-latn ;
    mo:produced_work <album/124196#musicalwork> ;
    schema:name "We All Lift Together"@en,
        "We All Lift Together"@ja,
        "We All Lift Together"@ja-latn .

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

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

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

<album/124196#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "We All Lift Together"@en,
        "We All Lift Together"@ja,
        "We All Lift Together"@ja-latn ;
    mo:performance_of <album/124196#musicalwork> ;
    mo:recorded_as <album/124196#musicalexpression> ;
    schema:name "We All Lift Together"@en,
        "We All Lift Together"@ja,
        "We All Lift Together"@ja-latn ;
    schema:workPerformed <album/124196#musicalwork> .

<https://media.vgm.io/albums/69/124196/124196-65b7d0d3e03e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/124196#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/69/124196/124196-65b7d0d3e03e.jpg> ;
    foaf:depicts <album/124196#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/69/124196/124196-65b7d0d3e03e.jpg> .

<https://medium-media.vgm.io/albums/69/124196/124196-65b7d0d3e03e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/124196#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-08-31"^^xsd:date ;
    dcterms:title "We All Lift Together"@en,
        "We All Lift Together"@ja,
        "We All Lift Together"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/124196#musicalexpression> ;
    mo:publisher _:Nd3a040a3fb584742a171131ec8b00ecb ;
    mo:record _:N029b2fc905af4dd8a1d7df57ac059ce9 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Warframe"@en ;
            foaf:name "Warframe"@en ] ;
    schema:datePublished "2018-08-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/69/124196/124196-65b7d0d3e03e.jpg> ;
    schema:name "We All Lift Together"@en,
        "We All Lift Together"@ja,
        "We All Lift Together"@ja-latn ;
    schema:publisher _:Nd3a040a3fb584742a171131ec8b00ecb ;
    foaf:depiction <https://media.vgm.io/albums/69/124196/124196-65b7d0d3e03e.jpg> .

_:N029b2fc905af4dd8a1d7df57ac059ce9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf2407ec42f4b4f10a6beeed251f54f5d ;
    mo:track_count 1 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf2407ec42f4b4f10a6beeed251f54f5d .

_:Nd3a040a3fb584742a171131ec8b00ecb schema:name "Warframe"@en,
        "Warframe"@ja,
        "Warframe"@ja-latn ;
    foaf:name "Warframe"@en,
        "Warframe"@ja,
        "Warframe"@ja-latn .

_:Nf2407ec42f4b4f10a6beeed251f54f5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We All Lift Together"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N029b2fc905af4dd8a1d7df57ac059ce9 ;
    schema:name "We All Lift Together"@en .

