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

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

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

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

<album/84573#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Grand Theft Auto IV"@en,
        "The Music of Grand Theft Auto IV (promotional sampler)"@ja,
        "Grand Theft Auto IV"@ja-latn ;
    mo:performance_of <album/84573#musicalwork> ;
    mo:recorded_as <album/84573#musicalexpression> ;
    schema:name "Grand Theft Auto IV"@en,
        "The Music of Grand Theft Auto IV (promotional sampler)"@ja,
        "Grand Theft Auto IV"@ja-latn ;
    schema:workPerformed <album/84573#musicalwork> .

<org/999#subject> schema:name "Rockstar Games"@en,
        "Rockstar Games"@ja,
        "Rockstar Games"@ja-latn ;
    foaf:name "Rockstar Games"@en,
        "Rockstar Games"@ja,
        "Rockstar Games"@ja-latn .

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

<https://medium-media.vgm.io/albums/37/84573/84573-1550763654.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/84573#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Grand Theft Auto IV"@en,
        "The Music of Grand Theft Auto IV (promotional sampler)"@ja,
        "Grand Theft Auto IV"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Nas"@en ;
            foaf:made <album/84573#composition> ;
            foaf:name "Nas"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "The Rapture"@en ;
            foaf:made <album/84573#composition> ;
            foaf:name "The Rapture"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Busta Rhymes"@en ;
            foaf:made <album/84573#composition> ;
            foaf:name "Busta Rhymes"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Greenskeepers"@en ;
            foaf:made <album/84573#composition> ;
            foaf:name "Greenskeepers"@en ] ;
    mo:produced_work <album/84573#musicalwork> ;
    schema:name "Grand Theft Auto IV"@en,
        "The Music of Grand Theft Auto IV (promotional sampler)"@ja,
        "Grand Theft Auto IV"@ja-latn .

<album/84573#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-01-01"^^xsd:date ;
    dcterms:title "Grand Theft Auto IV"@en,
        "The Music of Grand Theft Auto IV (promotional sampler)"@ja,
        "Grand Theft Auto IV"@ja-latn ;
    mo:catalogue_number "RSG01" ;
    mo:media_type "CD" ;
    mo:publication_of <album/84573#musicalexpression> ;
    mo:publisher <org/999#subject> ;
    mo:record _:Nd28bf6ace7f842fe9fd3ef67471b4ac3 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Grand Theft Auto IV"@en ;
            foaf:name "Grand Theft Auto IV"@en ] ;
    schema:datePublished "2008-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/37/84573/84573-1550763654.jpg> ;
    schema:name "Grand Theft Auto IV"@en,
        "The Music of Grand Theft Auto IV (promotional sampler)"@ja,
        "Grand Theft Auto IV"@ja-latn ;
    schema:publisher <org/999#subject> ;
    foaf:depiction <https://media.vgm.io/albums/37/84573/84573-1550763654.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84573#subject> ;
    schema:name "Greenskeepers"@en ;
    foaf:made <album/84573#subject> ;
    foaf:name "Greenskeepers"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84573#subject> ;
    schema:name "The Rapture"@en ;
    foaf:made <album/84573#subject> ;
    foaf:name "The Rapture"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84573#subject> ;
    schema:name "Nas"@en ;
    foaf:made <album/84573#subject> ;
    foaf:name "Nas"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84573#subject> ;
    schema:name "Busta Rhymes"@en ;
    foaf:made <album/84573#subject> ;
    foaf:name "Busta Rhymes"@en .

_:N26017e5f8bd3455eba16f4fd70bcbf8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vagabond"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:Nd28bf6ace7f842fe9fd3ef67471b4ac3 ;
    schema:name "Vagabond"@en .

_:N327d1327dcad437d83b03f7ef3a1067a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No Sex For Ben"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Nd28bf6ace7f842fe9fd3ef67471b4ac3 ;
    schema:name "No Sex For Ben"@en .

_:Nd95fff03b9e34b7a8f3b743b861177da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "War Is Necessary"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:Nd28bf6ace7f842fe9fd3ef67471b4ac3 ;
    schema:name "War Is Necessary"@en .

_:Ne3411a723b8842f3a834bd072df3cc36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Where's My Money (clean)"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:Nd28bf6ace7f842fe9fd3ef67471b4ac3 ;
    schema:name "Where's My Money (clean)"@en .

_:Nd28bf6ace7f842fe9fd3ef67471b4ac3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N26017e5f8bd3455eba16f4fd70bcbf8c,
        _:N327d1327dcad437d83b03f7ef3a1067a,
        _:Nd95fff03b9e34b7a8f3b743b861177da,
        _:Ne3411a723b8842f3a834bd072df3cc36 ;
    mo:track_count 4 ;
    schema:duration "PT12:26"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N26017e5f8bd3455eba16f4fd70bcbf8c,
        _:N327d1327dcad437d83b03f7ef3a1067a,
        _:Nd95fff03b9e34b7a8f3b743b861177da,
        _:Ne3411a723b8842f3a834bd072df3cc36 .

