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

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

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

<product/261#subject> a schema:CreativeWork ;
    schema:name "Streets of Rage"@en,
        "ベア・ナックル"@ja,
        "Bare Knuckle"@ja-latn ;
    foaf:name "Streets of Rage"@en,
        "ベア・ナックル"@ja,
        "Bare Knuckle"@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 .

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

<album/2006#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@en,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja-latn ;
    mo:performance_of <album/2006#musicalwork> ;
    mo:recorded_as <album/2006#musicalexpression> ;
    schema:name "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@en,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja-latn ;
    schema:workPerformed <album/2006#musicalwork> .

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

<https://medium-media.vgm.io/albums/60/2006/2006-1155905926.jpg> a schema:ImageObject,
        foaf:Image .

<album/2006#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@en,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "B. Aris"@en ;
            foaf:made <album/2006#composition> ;
            foaf:name "B. Aris"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "M. Rissen"@en ;
            foaf:made <album/2006#composition> ;
            foaf:name "M. Rissen"@en ] ;
    mo:produced_work <album/2006#musicalwork> ;
    schema:name "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@en,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja-latn .

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

<album/2006#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1992-01-01"^^xsd:date ;
    dcterms:title "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@en,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja-latn ;
    mo:catalogue_number "74321111982" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2006#musicalexpression> ;
    mo:publisher _:N8cf95d26b1464b1ca9825da6cd6d0c2f ;
    mo:record _:N5752b4de16fb41e39f0b53e1b6d8fe51 ;
    mo:record_count 1 ;
    schema:about <product/261#subject>,
        <product/420#subject> ;
    schema:datePublished "1992-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/2006/2006-1155905926.jpg> ;
    schema:name "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@en,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja,
        "Super Sonic Dance Attack ~ Inter Galactica Dance Club"@ja-latn ;
    schema:publisher _:N8cf95d26b1464b1ca9825da6cd6d0c2f ;
    foaf:depiction <https://media.vgm.io/albums/60/2006/2006-1155905926.jpg> .

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

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

_:N8abcba719a74487b859154b75c740f91 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Inter Galactica"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N5752b4de16fb41e39f0b53e1b6d8fe51 ;
    schema:name "Inter Galactica"@en .

_:N8cf95d26b1464b1ca9825da6cd6d0c2f schema:name "BMG Ariola Hamburg GmbH"@en ;
    foaf:name "BMG Ariola Hamburg GmbH"@en .

_:N94f3aaaf8fea446c96e14962f0fb90ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Sonic Dance Attack (16-Bit Version)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N5752b4de16fb41e39f0b53e1b6d8fe51 ;
    schema:name "Super Sonic Dance Attack (16-Bit Version)"@en .

_:Nd2f019aef5094b2a9ba7b50e5b79ba9b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Sonic Dance Attack (Overtime Edit)"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:47"^^xsd:interval ;
    schema:inPlaylist _:N5752b4de16fb41e39f0b53e1b6d8fe51 ;
    schema:name "Super Sonic Dance Attack (Overtime Edit)"@en .

_:N5752b4de16fb41e39f0b53e1b6d8fe51 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8abcba719a74487b859154b75c740f91,
        _:N94f3aaaf8fea446c96e14962f0fb90ce,
        _:Nd2f019aef5094b2a9ba7b50e5b79ba9b ;
    mo:track_count 3 ;
    schema:duration "PT13:06"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N8abcba719a74487b859154b75c740f91,
        _:N94f3aaaf8fea446c96e14962f0fb90ce,
        _:Nd2f019aef5094b2a9ba7b50e5b79ba9b .

