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

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

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

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

<album/2294#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sonic - King of the Ring"@en,
        "Sonic - King of the Ring"@ja,
        "Sonic - King of the Ring"@ja-latn ;
    mo:performance_of <album/2294#musicalwork> ;
    mo:recorded_as <album/2294#musicalexpression> ;
    schema:name "Sonic - King of the Ring"@en,
        "Sonic - King of the Ring"@ja,
        "Sonic - King of the Ring"@ja-latn ;
    schema:workPerformed <album/2294#musicalwork> .

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

<https://medium-media.vgm.io/albums/49/2294/2294-1580808862.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/2294#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sonic - King of the Ring"@en,
        "Sonic - King of the Ring"@ja,
        "Sonic - King of the Ring"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Emerald Hill"@en ;
            foaf:made <album/2294#composition> ;
            foaf:name "Emerald Hill"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Andrea Husak"@en ;
            foaf:made <album/2294#composition> ;
            foaf:name "Andrea Husak"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Spike Shellcraker"@en ;
            foaf:made <album/2294#composition> ;
            foaf:name "Spike Shellcraker"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Oscar Oberheim"@en ;
            foaf:made <album/2294#composition> ;
            foaf:name "Oscar Oberheim"@en ] ;
    mo:produced_work <album/2294#musicalwork> ;
    schema:name "Sonic - King of the Ring"@en,
        "Sonic - King of the Ring"@ja,
        "Sonic - King of the Ring"@ja-latn .

<album/2294#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-07-17"^^xsd:date ;
    dcterms:title "Sonic - King of the Ring"@en,
        "Sonic - King of the Ring"@ja,
        "Sonic - King of the Ring"@ja-latn ;
    mo:catalogue_number "8800541" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2294#musicalexpression> ;
    mo:publisher _:N2bf8fedc0dc4405c8a3695b1a5a1f77c ;
    mo:record _:N3e70bc8e96854029becdf52996636dd0 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Sonic the Hedgehog"@en ;
            foaf:name "Sonic the Hedgehog"@en ] ;
    schema:datePublished "1996-07-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/49/2294/2294-1580808862.jpg> ;
    schema:name "Sonic - King of the Ring"@en,
        "Sonic - King of the Ring"@ja,
        "Sonic - King of the Ring"@ja-latn ;
    schema:publisher _:N2bf8fedc0dc4405c8a3695b1a5a1f77c ;
    foaf:depiction <https://media.vgm.io/albums/49/2294/2294-1580808862.jpg> .

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

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

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

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

_:N24418563c0c449708a0101a99d1d8b46 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King Of The Ring (Spike's Mix)"@de ;
    mo:track_number 2 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N3e70bc8e96854029becdf52996636dd0 ;
    schema:name "King Of The Ring (Spike's Mix)"@de .

_:N2bf8fedc0dc4405c8a3695b1a5a1f77c schema:name "CNR Music"@en ;
    foaf:name "CNR Music"@en .

_:N47d11295ee9d4e15bd33eca4665bae00 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King Of The Ring (Radio Version)"@de ;
    mo:track_number 1 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N3e70bc8e96854029becdf52996636dd0 ;
    schema:name "King Of The Ring (Radio Version)"@de .

_:N6e4c9505d8b0473885c80c54053b464a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King Of The Ring (Instrumental)"@de ;
    mo:track_number 4 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:N3e70bc8e96854029becdf52996636dd0 ;
    schema:name "King Of The Ring (Instrumental)"@de .

_:Nf2a3c48878054dfbbc8312acd336f2e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hey, hier kommt Sonic"@de ;
    mo:track_number 3 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N3e70bc8e96854029becdf52996636dd0 ;
    schema:name "Hey, hier kommt Sonic"@de .

_:N3e70bc8e96854029becdf52996636dd0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N24418563c0c449708a0101a99d1d8b46,
        _:N47d11295ee9d4e15bd33eca4665bae00,
        _:N6e4c9505d8b0473885c80c54053b464a,
        _:Nf2a3c48878054dfbbc8312acd336f2e7 ;
    mo:track_count 4 ;
    schema:duration "PT15:48"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N24418563c0c449708a0101a99d1d8b46,
        _:N47d11295ee9d4e15bd33eca4665bae00,
        _:N6e4c9505d8b0473885c80c54053b464a,
        _:Nf2a3c48878054dfbbc8312acd336f2e7 .

