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

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

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

<artist/375#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56151#subject> ;
    schema:name "Jun Senoue"@en,
        "瀬上純"@ja ;
    foaf:made <album/56151#composition>,
        <album/56151#subject> ;
    foaf:name "Jun Senoue"@en,
        "瀬上純"@ja .

<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/1719#subject> a schema:CreativeWork ;
    schema:name "Sonic The Hedgehog 4 Episode II"@en,
        "ソニック・ザ・ヘッジホッグ4 エピソードII"@ja,
        "Sonic The Hedgehog 4 Episode II"@ja-latn ;
    foaf:name "Sonic The Hedgehog 4 Episode II"@en,
        "ソニック・ザ・ヘッジホッグ4 エピソードII"@ja,
        "Sonic The Hedgehog 4 Episode II"@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/56151#lyrics> a mo:Lyrics .

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

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

<https://medium-media.vgm.io/albums/15/56151/56151-1450051704.jpg> a schema:ImageObject,
        foaf:Image .

<album/56151#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Chaos Rising"@en,
        "Chaos Rising"@ja,
        "Chaos Rising"@ja-latn ;
    mo:composer <artist/1227#subject>,
        <artist/375#subject> ;
    mo:produced_work <album/56151#musicalwork> ;
    schema:name "Chaos Rising"@en,
        "Chaos Rising"@ja,
        "Chaos Rising"@ja-latn .

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

<album/56151#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Chaos Rising"@en,
        "Chaos Rising"@ja,
        "Chaos Rising"@ja-latn ;
    mo:performance_of <album/56151#musicalwork> ;
    mo:performer <artist/15693#subject> ;
    mo:recorded_as <album/56151#musicalexpression> ;
    schema:byArtist <artist/15693#subject> ;
    schema:name "Chaos Rising"@en,
        "Chaos Rising"@ja,
        "Chaos Rising"@ja-latn ;
    schema:workPerformed <album/56151#musicalwork> .

<artist/15693#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/56151#performance> ;
    schema:name "The Blast Processors"@en ;
    foaf:made <album/56151#lyrics>,
        <album/56151#subject> ;
    foaf:name "The Blast Processors"@en .

<album/56151#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-09-18"^^xsd:date ;
    dcterms:title "Chaos Rising"@en,
        "Chaos Rising"@ja,
        "Chaos Rising"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/56151#musicalexpression> ;
    mo:publisher _:N74b46596bbda46a08d592bbd68c002fd ;
    mo:record _:Na49a303e18d24c0aa23d73ddd31677b8 ;
    mo:record_count 1 ;
    schema:about <product/1099#subject>,
        <product/1719#subject>,
        <product/851#subject>,
        <product/870#subject> ;
    schema:byArtist <artist/15693#subject> ;
    schema:datePublished "2015-09-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/56151/56151-1450051704.jpg> ;
    schema:name "Chaos Rising"@en,
        "Chaos Rising"@ja,
        "Chaos Rising"@ja-latn ;
    schema:publisher _:N74b46596bbda46a08d592bbd68c002fd ;
    foaf:depiction <https://media.vgm.io/albums/15/56151/56151-1450051704.jpg> .

_:N1d823f8421474901aae98cbf3e012346 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hard Times (Ice Cap Zone)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Na49a303e18d24c0aa23d73ddd31677b8 ;
    schema:name "Hard Times (Ice Cap Zone)"@en .

_:N620bb86ba909441893a5cecaa1087e49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Calm Before The Storm (Lava Reef Zone)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:Na49a303e18d24c0aa23d73ddd31677b8 ;
    schema:name "The Calm Before The Storm (Lava Reef Zone)"@en .

_:N74b46596bbda46a08d592bbd68c002fd schema:name "The Blast Processors"@en,
        "The Blast Processors"@ja,
        "The Blast Processors"@ja-latn ;
    foaf:name "The Blast Processors"@en,
        "The Blast Processors"@ja,
        "The Blast Processors"@ja-latn .

_:Nb9038237e05847be83400be1cb810598 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Metal Destruction (Sonic 4 Metal Sonic)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Na49a303e18d24c0aa23d73ddd31677b8 ;
    schema:name "Metal Destruction (Sonic 4 Metal Sonic)"@en .

_:Nde15b9b2b8e44aa293efe6861f2ff422 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chemical Rush (Chemical Plant Zone)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Na49a303e18d24c0aa23d73ddd31677b8 ;
    schema:name "Chemical Rush (Chemical Plant Zone)"@en .

_:Na49a303e18d24c0aa23d73ddd31677b8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1d823f8421474901aae98cbf3e012346,
        _:N620bb86ba909441893a5cecaa1087e49,
        _:Nb9038237e05847be83400be1cb810598,
        _:Nde15b9b2b8e44aa293efe6861f2ff422 ;
    mo:track_count 4 ;
    schema:duration "PT15:57"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N1d823f8421474901aae98cbf3e012346,
        _:N620bb86ba909441893a5cecaa1087e49,
        _:Nb9038237e05847be83400be1cb810598,
        _:Nde15b9b2b8e44aa293efe6861f2ff422 .

