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

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

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

<artist/1297#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42117#subject> ;
    schema:name "Rob Hubbard"@en ;
    foaf:made <album/42117#composition>,
        <album/42117#subject> ;
    foaf:name "Rob Hubbard"@en .

<album/42117#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Human Race - Level 1 - Summer Mix"@en,
        "Human Race - Level 1 - Summer Mix"@ja,
        "Human Race - Level 1 - Summer Mix"@ja-latn ;
    mo:composer <artist/1297#subject> ;
    mo:produced_work <album/42117#musicalwork> ;
    schema:name "Human Race - Level 1 - Summer Mix"@en,
        "Human Race - Level 1 - Summer Mix"@ja,
        "Human Race - Level 1 - Summer Mix"@ja-latn .

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

<album/42117#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Human Race - Level 1 - Summer Mix"@en,
        "Human Race - Level 1 - Summer Mix"@ja,
        "Human Race - Level 1 - Summer Mix"@ja-latn ;
    mo:performance_of <album/42117#musicalwork> ;
    mo:recorded_as <album/42117#musicalexpression> ;
    schema:name "Human Race - Level 1 - Summer Mix"@en,
        "Human Race - Level 1 - Summer Mix"@ja,
        "Human Race - Level 1 - Summer Mix"@ja-latn ;
    schema:workPerformed <album/42117#musicalwork> .

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

<https://medium-media.vgm.io/albums/71/42117/42117-1464025584.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42117#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-05-01"^^xsd:date ;
    dcterms:title "Human Race - Level 1 - Summer Mix"@en,
        "Human Race - Level 1 - Summer Mix"@ja,
        "Human Race - Level 1 - Summer Mix"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/42117#musicalexpression> ;
    mo:publisher _:N5425b8f44d4d4e479050975920f84ba6 ;
    mo:record _:N3e46a3bdb1cc4d9a84901519911fce0d ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Human Race"@en ;
            foaf:name "Human Race"@en ] ;
    schema:datePublished "2001-05-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/71/42117/42117-1464025584.jpg> ;
    schema:name "Human Race - Level 1 - Summer Mix"@en,
        "Human Race - Level 1 - Summer Mix"@ja,
        "Human Race - Level 1 - Summer Mix"@ja-latn ;
    schema:publisher _:N5425b8f44d4d4e479050975920f84ba6 ;
    foaf:depiction <https://media.vgm.io/albums/71/42117/42117-1464025584.jpg> .

_:N3e46a3bdb1cc4d9a84901519911fce0d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc12a2d71487f4b3eba59815e1f746da8 ;
    mo:track_count 1 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nc12a2d71487f4b3eba59815e1f746da8 .

_:N5425b8f44d4d4e479050975920f84ba6 schema:name "Graeme Norgate (distributed by Bandcamp)"@en ;
    foaf:name "Graeme Norgate (distributed by Bandcamp)"@en .

_:Nc12a2d71487f4b3eba59815e1f746da8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Human Race - Level 1 - Summer Mix"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N3e46a3bdb1cc4d9a84901519911fce0d ;
    schema:name "Human Race - Level 1 - Summer Mix"@en .

