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

<album/89059#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Water VGM: On Piano"@en,
        "Water VGM: On Piano"@ja,
        "Water VGM: On Piano"@ja-latn ;
    mo:produced_work <album/89059#musicalwork> ;
    schema:name "Water VGM: On Piano"@en,
        "Water VGM: On Piano"@ja,
        "Water VGM: On Piano"@ja-latn .

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

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

<product/1741#subject> a schema:CreativeWork ;
    schema:name "Star Fox 64"@en,
        "スターフォックス64"@ja,
        "Star Fox 64"@ja-latn ;
    foaf:name "Star Fox 64"@en,
        "スターフォックス64"@ja,
        "Star Fox 64"@ja-latn .

<product/2071#subject> a schema:CreativeWork ;
    schema:name "Mega Man 2"@en,
        "ロックマン2 Dr.ワイリーの謎"@ja,
        "Rockman 2: Dr. Wily no Nazo"@ja-latn ;
    foaf:name "Mega Man 2"@en,
        "ロックマン2 Dr.ワイリーの謎"@ja,
        "Rockman 2: Dr. Wily no Nazo"@ja-latn .

<product/272#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong Country 3: Dixie Kong's Double Trouble!"@en,
        "スーパードンキーコング3"@ja,
        "Donkey Kong Country 3: Dixie Kong's Double Trouble!"@ja-latn ;
    foaf:name "Donkey Kong Country 3: Dixie Kong's Double Trouble!"@en,
        "スーパードンキーコング3"@ja,
        "Donkey Kong Country 3: Dixie Kong's Double Trouble!"@ja-latn .

<product/4257#subject> a schema:CreativeWork ;
    schema:name "Shovel Knight"@en,
        "Shovel Knight"@ja,
        "Shovel Knight"@ja-latn ;
    foaf:name "Shovel Knight"@en,
        "Shovel Knight"@ja,
        "Shovel Knight"@ja-latn .

<product/469#subject> a schema:CreativeWork ;
    schema:name "Super Mario 64"@en,
        "スーパーマリオ64"@ja,
        "Super Mario 64"@ja-latn ;
    foaf:name "Super Mario 64"@en,
        "スーパーマリオ64"@ja,
        "Super Mario 64"@ja-latn .

<product/490#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn ;
    foaf:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn .

<product/53#subject> a schema:CreativeWork ;
    schema:name "Ecco the Dolphin"@en,
        "Ecco the Dolphin"@ja,
        "Ecco the Dolphin"@ja-latn ;
    foaf:name "Ecco the Dolphin"@en,
        "Ecco the Dolphin"@ja,
        "Ecco the Dolphin"@ja-latn .

<product/6048#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong Land"@en,
        "スーパードンキーコングGB"@ja,
        "Donkey Kong Land"@ja-latn ;
    foaf:name "Donkey Kong Land"@en,
        "スーパードンキーコングGB"@ja,
        "Donkey Kong Land"@ja-latn .

<product/808#subject> a schema:CreativeWork ;
    schema:name "Sonic Adventure 2"@en,
        "ソニックアドベンチャー2"@ja,
        "Sonic Adventure 2"@ja-latn ;
    foaf:name "Sonic Adventure 2"@en,
        "ソニックアドベンチャー2"@ja,
        "Sonic Adventure 2"@ja-latn .

<product/9461#subject> a schema:CreativeWork ;
    schema:name "Bomberman 64: The Second Attack!"@en,
        "爆ばくボンバーマン２"@ja,
        "Baku Bomberman 2"@ja-latn ;
    foaf:name "Bomberman 64: The Second Attack!"@en,
        "爆ばくボンバーマン２"@ja,
        "Baku Bomberman 2"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/95/89059/89059-1564465218.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/89059#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Water VGM: On Piano"@en,
        "Water VGM: On Piano"@ja,
        "Water VGM: On Piano"@ja-latn ;
    mo:performance_of <album/89059#musicalwork> ;
    mo:performer <artist/28701#subject> ;
    mo:recorded_as <album/89059#musicalexpression> ;
    schema:byArtist <artist/28701#subject> ;
    schema:name "Water VGM: On Piano"@en,
        "Water VGM: On Piano"@ja,
        "Water VGM: On Piano"@ja-latn ;
    schema:workPerformed <album/89059#musicalwork> .

<artist/28701#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/89059#performance> ;
    schema:name "CrazyGroupTrio"@en ;
    foaf:name "CrazyGroupTrio"@en .

<album/89059#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-12-02"^^xsd:date ;
    dcterms:title "Water VGM: On Piano"@en,
        "Water VGM: On Piano"@ja,
        "Water VGM: On Piano"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/89059#musicalexpression> ;
    mo:publisher _:N3461e4f67e8c4fc1801f3cf9172b50b4 ;
    mo:record _:N818898c26c5c42cabaecf04ae5e58361 ;
    mo:record_count 1 ;
    schema:about <product/1741#subject>,
        <product/2071#subject>,
        <product/272#subject>,
        <product/4257#subject>,
        <product/469#subject>,
        <product/490#subject>,
        <product/53#subject>,
        <product/6048#subject>,
        <product/808#subject>,
        <product/9461#subject> ;
    schema:byArtist <artist/28701#subject> ;
    schema:datePublished "2018-12-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/89059/89059-1564465218.jpg> ;
    schema:name "Water VGM: On Piano"@en,
        "Water VGM: On Piano"@ja,
        "Water VGM: On Piano"@ja-latn ;
    schema:publisher _:N3461e4f67e8c4fc1801f3cf9172b50b4 ;
    foaf:depiction <https://media.vgm.io/albums/95/89059/89059-1564465218.jpg> .

_:N2ebc71fdf7684c4aa68c3b40973a3adb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kremlantis (from \"Donkey Kong Land\")"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Kremlantis (from \"Donkey Kong Land\")"@en .

_:N3461e4f67e8c4fc1801f3cf9172b50b4 schema:name "CrazyGroupTrio"@en ;
    foaf:name "CrazyGroupTrio"@en .

_:N8213141edd4d414a95c77f9f669b7dd6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Thousand Leagues Below (from \"Shovel Knight\")"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "A Thousand Leagues Below (from \"Shovel Knight\")"@en .

_:N8332c8516af5420da98957596f8c15b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "City of Forever (from \"Ecco the Dolphin\" SMS ver.)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "City of Forever (from \"Ecco the Dolphin\" SMS ver.)"@en .

_:Na3cee72f7b8d44698c4aa9f53dd94995 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dive into the Mellow (from \"Sonic Adventure 2\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Dive into the Mellow (from \"Sonic Adventure 2\")"@en .

_:Na880ebac1e3f4cf4a5374f196cac11c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bubble Man Stage (from \"Mega Man 2\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Bubble Man Stage (from \"Mega Man 2\")"@en .

_:Nb2c0f39f46a6464f8c6fb08be43c54fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dire Dire Docks (Piano Arrangement) [From \"Super Mario 64\"]"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Dire Dire Docks (Piano Arrangement) [From \"Super Mario 64\"]"@en .

_:Nd4821b14c4d5485182896f339421f78a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aquas (from \"Star Fox 64\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Aquas (from \"Star Fox 64\")"@en .

_:Nd4f8be7be74d471ab130980e128f1c21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aquanet (from \"Bomberman 64: The Second Attack\")"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Aquanet (from \"Bomberman 64: The Second Attack\")"@en .

_:Nece25b76e27c42009f718672863f2949 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stilt Village (from \"Donkey Kong Country 3\" GBA ver.)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Stilt Village (from \"Donkey Kong Country 3\" GBA ver.)"@en .

_:Nf9d5a3e9a5a34fa681f4f95d161ee84e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ocean (from \"Zelda: Wind Waker\")"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N818898c26c5c42cabaecf04ae5e58361 ;
    schema:name "Ocean (from \"Zelda: Wind Waker\")"@en .

_:N818898c26c5c42cabaecf04ae5e58361 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ebc71fdf7684c4aa68c3b40973a3adb,
        _:N8213141edd4d414a95c77f9f669b7dd6,
        _:N8332c8516af5420da98957596f8c15b6,
        _:Na3cee72f7b8d44698c4aa9f53dd94995,
        _:Na880ebac1e3f4cf4a5374f196cac11c4,
        _:Nb2c0f39f46a6464f8c6fb08be43c54fb,
        _:Nd4821b14c4d5485182896f339421f78a,
        _:Nd4f8be7be74d471ab130980e128f1c21,
        _:Nece25b76e27c42009f718672863f2949,
        _:Nf9d5a3e9a5a34fa681f4f95d161ee84e ;
    mo:track_count 10 ;
    schema:duration "PT28:32"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N2ebc71fdf7684c4aa68c3b40973a3adb,
        _:N8213141edd4d414a95c77f9f669b7dd6,
        _:N8332c8516af5420da98957596f8c15b6,
        _:Na3cee72f7b8d44698c4aa9f53dd94995,
        _:Na880ebac1e3f4cf4a5374f196cac11c4,
        _:Nb2c0f39f46a6464f8c6fb08be43c54fb,
        _:Nd4821b14c4d5485182896f339421f78a,
        _:Nd4f8be7be74d471ab130980e128f1c21,
        _:Nece25b76e27c42009f718672863f2949,
        _:Nf9d5a3e9a5a34fa681f4f95d161ee84e .

