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

<album/6669#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Music For The Rollcage Generation"@en,
        "Music For The Rollcage Generation"@ja,
        "Music For The Rollcage Generation"@ja-latn ;
    mo:produced_work <album/6669#musicalwork> ;
    schema:name "Music For The Rollcage Generation"@en,
        "Music For The Rollcage Generation"@ja,
        "Music For The Rollcage Generation"@ja-latn .

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

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

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

<album/6669#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Music For The Rollcage Generation"@en,
        "Music For The Rollcage Generation"@ja,
        "Music For The Rollcage Generation"@ja-latn ;
    mo:performance_of <album/6669#musicalwork> ;
    mo:recorded_as <album/6669#musicalexpression> ;
    schema:name "Music For The Rollcage Generation"@en,
        "Music For The Rollcage Generation"@ja,
        "Music For The Rollcage Generation"@ja-latn ;
    schema:workPerformed <album/6669#musicalwork> .

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

<https://medium-media.vgm.io/albums/96/6669/6669-1470343807.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/6669#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-01-01"^^xsd:date ;
    dcterms:title "Music For The Rollcage Generation"@en,
        "Music For The Rollcage Generation"@ja,
        "Music For The Rollcage Generation"@ja-latn ;
    mo:catalogue_number "PLP37/03/99" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6669#musicalexpression> ;
    mo:publisher _:Na9d80e895495414ea75f8fcfae71613e ;
    mo:record _:Nf9d962ab174d4378b6df6af868da18fb ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Rollcage"@en ;
            foaf:name "Rollcage"@en ] ;
    schema:datePublished "1999-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/96/6669/6669-1470343807.jpg> ;
    schema:name "Music For The Rollcage Generation"@en,
        "Music For The Rollcage Generation"@ja,
        "Music For The Rollcage Generation"@ja-latn ;
    schema:publisher _:Na9d80e895495414ea75f8fcfae71613e ;
    foaf:depiction <https://media.vgm.io/albums/96/6669/6669-1470343807.jpg> .

_:N90d2f70404764090bc36e00510851f31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en ;
    mo:track_number 1 ;
    schema:duration "PT26:46"^^xsd:interval ;
    schema:inPlaylist _:Nf9d962ab174d4378b6df6af868da18fb ;
    schema:name "None"@en .

_:Na9d80e895495414ea75f8fcfae71613e schema:name "Playstation Power"@en ;
    foaf:name "Playstation Power"@en .

_:Nf9d962ab174d4378b6df6af868da18fb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N90d2f70404764090bc36e00510851f31 ;
    mo:track_count 1 ;
    schema:duration "PT26:46"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N90d2f70404764090bc36e00510851f31 .

