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

<album/117845> a mo:Release ;
    mo:catalogue_number "FIRE-0015-CD" .

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

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

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

<artist/257#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/128540#subject> ;
    schema:name "Kenichi Tokoi"@en,
        "床井健一"@ja ;
    foaf:made <album/128540#composition>,
        <album/128540#subject> ;
    foaf:name "Kenichi Tokoi"@en,
        "床井健一"@ja .

<artist/26741#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/128540#subject> ;
    schema:name "Tee Lopes"@en ;
    foaf:made <album/128540#composition>,
        <album/128540#subject> ;
    foaf:name "Tee Lopes"@en .

<product/1119#subject> a schema:CreativeWork ;
    schema:name "Sonic Colors"@en,
        "ソニック カラーズ"@ja,
        "Sonic Colours"@ja-latn ;
    foaf:name "Sonic Colors"@en,
        "ソニック カラーズ"@ja,
        "Sonic Colours"@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/6124#subject> a schema:CreativeWork ;
    schema:name "Sonic Mania"@en,
        "ソニックマニア"@ja,
        "Sonic Mania"@ja-latn ;
    foaf:name "Sonic Mania"@en,
        "ソニックマニア"@ja,
        "Sonic Mania"@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 .

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

<album/128540#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    mo:performance_of <album/128540#musicalwork> ;
    mo:recorded_as <album/128540#musicalexpression> ;
    schema:name "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    schema:workPerformed <album/128540#musicalwork> .

<org/3787#subject> schema:name "Firaga Records"@en,
        "Firaga Records"@ja,
        "Firaga Records"@ja-latn ;
    foaf:name "Firaga Records"@en,
        "Firaga Records"@ja,
        "Firaga Records"@ja-latn .

<https://media.vgm.io/albums/04/128540/128540-96aa99284ef6.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/128540#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/04/128540/128540-96aa99284ef6.jpg> ;
    foaf:depicts <album/128540#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/04/128540/128540-96aa99284ef6.jpg> .

<https://medium-media.vgm.io/albums/04/128540/128540-96aa99284ef6.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/128540#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    mo:composer <artist/1227#subject>,
        <artist/257#subject>,
        <artist/26741#subject> ;
    mo:produced_work <album/128540#musicalwork> ;
    schema:name "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn .

<album/128540#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-04-12"^^xsd:date ;
    dcterms:title "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    mo:catalogue_number "FIRE-0015-V" ;
    mo:media_type "Vinyl (12\" 33&frac13; rpm)" ;
    mo:other_release_of <album/117845> ;
    mo:publication_of <album/128540#musicalexpression> ;
    mo:publisher <org/3787#subject> ;
    mo:record _:N229cef075772431fa2bbcb18211444a4 ;
    mo:record_count 1 ;
    schema:about <product/1119#subject>,
        <product/420#subject>,
        <product/6124#subject>,
        <product/851#subject> ;
    schema:datePublished "2023-04-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/04/128540/128540-96aa99284ef6.jpg> ;
    schema:name "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    schema:publisher <org/3787#subject> ;
    foaf:depiction <https://media.vgm.io/albums/04/128540/128540-96aa99284ef6.jpg> .

_:N0bef516491d741e7accbe88ae5ed0ed0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chemical Apex (from \"Sonic the Hedgehog 2\")"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Chemical Apex (from \"Sonic the Hedgehog 2\")"@en .

_:N3a28024f8dd44a8b90194da6e3a4e86d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Studiopolis (from \"Sonic Mania\")"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Studiopolis (from \"Sonic Mania\")"@en .

_:N4fd324764c55476bb1a0e3994e1fe56d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Green Hill Zone (from \"Sonic the Hedgehog\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Green Hill Zone (from \"Sonic the Hedgehog\")"@en .

_:N53c2aded6bac4b74a1a9a42a57b49e5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mystic Cave Zone (from \"Sonic the Hedgehog 2\")"@en ;
    mo:track_number 8 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Mystic Cave Zone (from \"Sonic the Hedgehog 2\")"@en .

_:N58ee8df9535e41bab09c4381ac9b2654 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending (from \"Sonic the Hedgehog 2\")"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Ending (from \"Sonic the Hedgehog 2\")"@en .

_:N7031c667ccb94a85a94b209e3a1be8b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Planet Wisp (from \"Sonic Colors\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Planet Wisp (from \"Sonic Colors\")"@en .

_:N94c3f5eabed043ba877c64eb9c5da566 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oil Ocean (from \"Sonic the Hedgehog 2\")"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Oil Ocean (from \"Sonic the Hedgehog 2\")"@en .

_:Nc7306789d6764e45ac88761fe04a2300 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonic Mania Miniboss (from \"Sonic Mania\")"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Sonic Mania Miniboss (from \"Sonic Mania\")"@en .

_:Nd9085b431c5b4b519a33c5eb84800065 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Press Garden Act 1 (from \"Sonic Mania\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Press Garden Act 1 (from \"Sonic Mania\")"@en .

_:Nfbbbd475cb08498ca452ea1c30e1d42a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Marble Zone (from \"Sonic the Hedgehog\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N229cef075772431fa2bbcb18211444a4 ;
    schema:name "Marble Zone (from \"Sonic the Hedgehog\")"@en .

_:N229cef075772431fa2bbcb18211444a4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0bef516491d741e7accbe88ae5ed0ed0,
        _:N3a28024f8dd44a8b90194da6e3a4e86d,
        _:N4fd324764c55476bb1a0e3994e1fe56d,
        _:N53c2aded6bac4b74a1a9a42a57b49e5e,
        _:N58ee8df9535e41bab09c4381ac9b2654,
        _:N7031c667ccb94a85a94b209e3a1be8b8,
        _:N94c3f5eabed043ba877c64eb9c5da566,
        _:Nc7306789d6764e45ac88761fe04a2300,
        _:Nd9085b431c5b4b519a33c5eb84800065,
        _:Nfbbbd475cb08498ca452ea1c30e1d42a ;
    mo:track_count 10 ;
    schema:duration "PT20:51"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0bef516491d741e7accbe88ae5ed0ed0,
        _:N3a28024f8dd44a8b90194da6e3a4e86d,
        _:N4fd324764c55476bb1a0e3994e1fe56d,
        _:N53c2aded6bac4b74a1a9a42a57b49e5e,
        _:N58ee8df9535e41bab09c4381ac9b2654,
        _:N7031c667ccb94a85a94b209e3a1be8b8,
        _:N94c3f5eabed043ba877c64eb9c5da566,
        _:Nc7306789d6764e45ac88761fe04a2300,
        _:Nd9085b431c5b4b519a33c5eb84800065,
        _:Nfbbbd475cb08498ca452ea1c30e1d42a .

