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

<album/63533#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Death Stranding"@en,
        "Death Stranding"@ja,
        "Death Stranding"@ja-latn ;
    mo:produced_work <album/63533#musicalwork> ;
    schema:name "Death Stranding"@en,
        "Death Stranding"@ja,
        "Death Stranding"@ja-latn .

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

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

<product/7341#subject> a schema:CreativeWork ;
    schema:name "Death Stranding"@en,
        "デス・ストランディング"@ja,
        "Death Stranding"@ja-latn ;
    foaf:name "Death Stranding"@en,
        "デス・ストランディング"@ja,
        "Death Stranding"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/33/63533/63533-1480800681.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/63533#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-02-01"^^xsd:date ;
    dcterms:title "Death Stranding"@en,
        "Death Stranding"@ja,
        "Death Stranding"@ja-latn ;
    mo:catalogue_number "MOND-102" ;
    mo:media_type "Vinyl (12\" 45 rpm)" ;
    mo:publication_of <album/63533#musicalexpression> ;
    mo:publisher <org/1595#subject> ;
    mo:record _:N88b766b4cdb045f0915b4a86b70b2386 ;
    mo:record_count 1 ;
    schema:about <product/7341#subject> ;
    schema:datePublished "2017-02-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/33/63533/63533-1480800681.jpg> ;
    schema:name "Death Stranding"@en,
        "Death Stranding"@ja,
        "Death Stranding"@ja-latn ;
    schema:publisher <org/1595#subject> ;
    foaf:depiction <https://media.vgm.io/albums/33/63533/63533-1480800681.jpg> .

_:N09052521d93f42f694fd68aa5eff199b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'll Keep Coming"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N88b766b4cdb045f0915b4a86b70b2386 ;
    schema:name "I'll Keep Coming"@en .

_:Ndea31449f90c40238c8a6d3f86d8d030 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Easy Way Out"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N88b766b4cdb045f0915b4a86b70b2386 ;
    schema:name "Easy Way Out"@en .

_:N88b766b4cdb045f0915b4a86b70b2386 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N09052521d93f42f694fd68aa5eff199b,
        _:Ndea31449f90c40238c8a6d3f86d8d030 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N09052521d93f42f694fd68aa5eff199b,
        _:Ndea31449f90c40238c8a6d3f86d8d030 .

