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

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

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

<artist/1227#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31020#subject> ;
    schema:name "Masato Nakamura"@en,
        "中村正人"@ja ;
    foaf:made <album/31020#composition>,
        <album/31020#subject> ;
    foaf:name "Masato Nakamura"@en,
        "中村正人"@ja .

<artist/1384#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31020#subject> ;
    schema:name "Howard Drossin"@en ;
    foaf:made <album/31020#composition>,
        <album/31020#subject> ;
    foaf:name "Howard Drossin"@en .

<product/1099#subject> a schema:CreativeWork ;
    schema:name "Sonic & Knuckles"@en,
        "ソニック&ナックルズ"@ja,
        "Sonic & Knuckles"@ja-latn ;
    foaf:name "Sonic & Knuckles"@en,
        "ソニック&ナックルズ"@ja,
        "Sonic & Knuckles"@ja-latn .

<product/420#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (16-bit)"@ja,
        "Sonic the Hedgehog (16-bit)"@ja-latn ;
    foaf:name "Sonic the Hedgehog (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (16-bit)"@ja,
        "Sonic the Hedgehog (16-bit)"@ja-latn .

<product/851#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog 2 (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ2 (16-bit)"@ja,
        "Sonic the Hedgehog 2 (16-bit)"@ja-latn ;
    foaf:name "Sonic the Hedgehog 2 (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ2 (16-bit)"@ja,
        "Sonic the Hedgehog 2 (16-bit)"@ja-latn .

<product/870#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog 3"@en,
        "ソニック・ザ・ヘッジホッグ3"@ja,
        "Sonic the Hedgehog 3"@ja-latn ;
    foaf:name "Sonic the Hedgehog 3"@en,
        "ソニック・ザ・ヘッジホッグ3"@ja,
        "Sonic the Hedgehog 3"@ja-latn .

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

<org/1255#subject> schema:name "Nitro Game Injection"@en,
        "Nitro Game Injection"@ja,
        "Nitro Game Injection"@ja-latn ;
    foaf:name "Nitro Game Injection"@en,
        "Nitro Game Injection"@ja,
        "Nitro Game Injection"@ja-latn .

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

<https://medium-media.vgm.io/albums/02/31020/31020-1325497460.jpg> a schema:ImageObject,
        foaf:Image .

<album/31020#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Generation Gap: A Sonic The Hedgehog Tribute EP"@en,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja-latn ;
    mo:composer <artist/1227#subject>,
        <artist/1384#subject> ;
    mo:produced_work <album/31020#musicalwork> ;
    schema:name "Generation Gap: A Sonic The Hedgehog Tribute EP"@en,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja-latn .

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

<album/31020#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Generation Gap: A Sonic The Hedgehog Tribute EP"@en,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja-latn ;
    mo:performance_of <album/31020#musicalwork> ;
    mo:performer <artist/60633#subject> ;
    mo:recorded_as <album/31020#musicalexpression> ;
    schema:byArtist <artist/60633#subject> ;
    schema:name "Generation Gap: A Sonic The Hedgehog Tribute EP"@en,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja-latn ;
    schema:workPerformed <album/31020#musicalwork> .

<artist/60633#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31020#performance> ;
    schema:name "DusK"@en ;
    foaf:name "DusK"@en .

<album/31020#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-24"^^xsd:date ;
    dcterms:title "Generation Gap: A Sonic The Hedgehog Tribute EP"@en,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja-latn ;
    mo:catalogue_number "KNGIA-0003" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/31020#musicalexpression> ;
    mo:publisher <org/1255#subject> ;
    mo:record _:N5ec7751a566d4839804ed614b13ae5b5 ;
    mo:record_count 1 ;
    schema:about <product/1099#subject>,
        <product/420#subject>,
        <product/851#subject>,
        <product/870#subject> ;
    schema:byArtist <artist/60633#subject> ;
    schema:datePublished "2011-12-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/02/31020/31020-1325497460.jpg> ;
    schema:name "Generation Gap: A Sonic The Hedgehog Tribute EP"@en,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja,
        "Generation Gap: A Sonic The Hedgehog Tribute EP"@ja-latn ;
    schema:publisher <org/1255#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/31020/31020-1325497460.jpg> .

_:N5e71f60a5a7b47cc84bc6386a8f6b230 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Warm-Up"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:N5ec7751a566d4839804ed614b13ae5b5 ;
    schema:name "The Warm-Up"@en .

_:N7b51da8bcbd34828bb3e516f058be5d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EHZ Punk (Triple-Mohawk Redux)"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N5ec7751a566d4839804ed614b13ae5b5 ;
    schema:name "EHZ Punk (Triple-Mohawk Redux)"@en .

_:N978d3d89c1c445c68ff696f38b449d44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Azure Loop"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N5ec7751a566d4839804ed614b13ae5b5 ;
    schema:name "Azure Loop"@en .

_:Na461877b146c4bf3bbc245e61a29500a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Where It All Began"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N5ec7751a566d4839804ed614b13ae5b5 ;
    schema:name "Where It All Began"@en .

_:Nc003b4ff3f934b5a8f15eb95bdba58cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Adversary, Rival, Friend"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N5ec7751a566d4839804ed614b13ae5b5 ;
    schema:name "Adversary, Rival, Friend"@en .

_:Ndc984358bd544637a6894dae8162bb57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Just Getting Started"@en ;
    mo:track_number 6 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:N5ec7751a566d4839804ed614b13ae5b5 ;
    schema:name "Just Getting Started"@en .

_:N5ec7751a566d4839804ed614b13ae5b5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5e71f60a5a7b47cc84bc6386a8f6b230,
        _:N7b51da8bcbd34828bb3e516f058be5d9,
        _:N978d3d89c1c445c68ff696f38b449d44,
        _:Na461877b146c4bf3bbc245e61a29500a,
        _:Nc003b4ff3f934b5a8f15eb95bdba58cf,
        _:Ndc984358bd544637a6894dae8162bb57 ;
    mo:track_count 6 ;
    schema:duration "PT11:28"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N5e71f60a5a7b47cc84bc6386a8f6b230,
        _:N7b51da8bcbd34828bb3e516f058be5d9,
        _:N978d3d89c1c445c68ff696f38b449d44,
        _:Na461877b146c4bf3bbc245e61a29500a,
        _:Nc003b4ff3f934b5a8f15eb95bdba58cf,
        _:Ndc984358bd544637a6894dae8162bb57 .

