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

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

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

<album/128540> a mo:Release ;
    mo:catalogue_number "FIRE-0015-V" .

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

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

<artist/26741#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/117845#subject> ;
    schema:name "Tee Lopes"@en ;
    foaf:made <album/117845#composition>,
        <album/117845#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/117845#musicalexpression> a mo:Signal ;
    mo:published_as <album/117845#subject> ;
    mo:records <album/117845#performance> .

<album/117845#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    mo:performance_of <album/117845#musicalwork> ;
    mo:recorded_as <album/117845#musicalexpression> ;
    schema:name "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    schema:workPerformed <album/117845#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/54/117845/117845-c9d1f091a2dc.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/117845#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/54/117845/117845-c9d1f091a2dc.jpg> ;
    foaf:depicts <album/117845#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/54/117845/117845-c9d1f091a2dc.jpg> .

<https://medium-media.vgm.io/albums/54/117845/117845-c9d1f091a2dc.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/117845#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/117845#musicalwork> ;
    schema:name "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn .

<album/117845#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-01-21"^^xsd:date ;
    dcterms:title "Needlemouse Mania"@en,
        "Needlemouse Mania"@ja,
        "Needlemouse Mania"@ja-latn ;
    mo:catalogue_number "FIRE-0015-CD" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/128540> ;
    mo:publication_of <album/117845#musicalexpression> ;
    mo:publisher <org/3787#subject> ;
    mo:record _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    mo:record_count 1 ;
    schema:about <product/1119#subject>,
        <product/420#subject>,
        <product/6124#subject>,
        <product/851#subject> ;
    schema:datePublished "2022-01-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/117845/117845-c9d1f091a2dc.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/54/117845/117845-c9d1f091a2dc.jpg> .

_:N11e84927242040b6bc1df99b721aa89c 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Planet Wisp (from \"Sonic Colors\")"@en .

_:N1b365acb10734789ab9ca9272602523d 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Oil Ocean (from \"Sonic the Hedgehog 2\")"@en .

_:N2684686cc1074d98829d7c4e740306f0 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Chemical Apex (from \"Sonic the Hedgehog 2\")"@en .

_:N3fe3640bd6a24fa1a7d7c54680d98346 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Press Garden Act 1 (from \"Sonic Mania\")"@en .

_:N43df602e008145969c4e4f2cfc91d25e 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Green Hill Zone (from \"Sonic the Hedgehog\")"@en .

_:N62b7c78ab5974d6786646e07e94b447a 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Sonic Mania Miniboss (from \"Sonic Mania\")"@en .

_:N74d52cf3adb84410b197420046ff134f 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Ending (from \"Sonic the Hedgehog 2\")"@en .

_:Nbc7bf4fb8eae4782b12566f0263c1055 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Mystic Cave Zone (from \"Sonic the Hedgehog 2\")"@en .

_:Nc4d53fca3f114e92a30d931890a58934 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 _:N54c5091fb7d348d79a9e6248b5dc7853 ;
    schema:name "Marble Zone (from \"Sonic the Hedgehog\")"@en .

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

_:N54c5091fb7d348d79a9e6248b5dc7853 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N11e84927242040b6bc1df99b721aa89c,
        _:N1b365acb10734789ab9ca9272602523d,
        _:N2684686cc1074d98829d7c4e740306f0,
        _:N3fe3640bd6a24fa1a7d7c54680d98346,
        _:N43df602e008145969c4e4f2cfc91d25e,
        _:N62b7c78ab5974d6786646e07e94b447a,
        _:N74d52cf3adb84410b197420046ff134f,
        _:Nbc7bf4fb8eae4782b12566f0263c1055,
        _:Nc4d53fca3f114e92a30d931890a58934,
        _:Nc925bd7fee6c4e6484f64911293f70bc ;
    mo:track_count 10 ;
    schema:duration "PT43:43"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N11e84927242040b6bc1df99b721aa89c,
        _:N1b365acb10734789ab9ca9272602523d,
        _:N2684686cc1074d98829d7c4e740306f0,
        _:N3fe3640bd6a24fa1a7d7c54680d98346,
        _:N43df602e008145969c4e4f2cfc91d25e,
        _:N62b7c78ab5974d6786646e07e94b447a,
        _:N74d52cf3adb84410b197420046ff134f,
        _:Nbc7bf4fb8eae4782b12566f0263c1055,
        _:Nc4d53fca3f114e92a30d931890a58934,
        _:Nc925bd7fee6c4e6484f64911293f70bc .

