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

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

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

<artist/114#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111581#subject> ;
    schema:name "Koichi Sugiyama"@en,
        "すぎやまこういち"@ja ;
    foaf:made <album/111581#composition>,
        <album/111581#subject> ;
    foaf:name "Koichi Sugiyama"@en,
        "すぎやまこういち"@ja .

<artist/507#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111581#subject> ;
    schema:name "David Wise"@en ;
    foaf:made <album/111581#composition>,
        <album/111581#subject> ;
    foaf:name "David Wise"@en .

<artist/635#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111581#subject> ;
    schema:name "Minako Hamano"@en,
        "濱野美奈子"@ja ;
    foaf:made <album/111581#composition>,
        <album/111581#subject> ;
    foaf:name "Minako Hamano"@en,
        "濱野美奈子"@ja .

<artist/7111#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111581#subject> ;
    schema:name "Takashi Tateishi"@en,
        "立石孝"@ja ;
    foaf:made <album/111581#composition>,
        <album/111581#subject> ;
    foaf:name "Takashi Tateishi"@en,
        "立石孝"@ja .

<event/223> a mo:Release ;
    schema:name "Released at Comic Market 96 (Aug 09, 2019 to Aug 12, 2019)" .

<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/271#subject> a schema:CreativeWork ;
    schema:name "Donkey Kong Country 2: Diddy's Kong Quest"@en,
        "スーパードンキーコング2"@ja,
        "Super Donkey Kong 2"@ja-latn ;
    foaf:name "Donkey Kong Country 2: Diddy's Kong Quest"@en,
        "スーパードンキーコング2"@ja,
        "Super Donkey Kong 2"@ja-latn .

<product/493#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Link's Awakening (1993)"@en,
        "ゼルダの伝説 夢をみる島 (1993)"@ja,
        "Zelda no Densetsu: Yume wo Miru Shima (1993)"@ja-latn ;
    foaf:name "The Legend of Zelda: Link's Awakening (1993)"@en,
        "ゼルダの伝説 夢をみる島 (1993)"@ja,
        "Zelda no Densetsu: Yume wo Miru Shima (1993)"@ja-latn .

<product/985#subject> a schema:CreativeWork ;
    schema:name "Dragon Quest III: The Seeds of Salvation"@en,
        "ドラゴンクエストIII: そして伝説へ…"@ja,
        "Dragon Quest III: Soshite Densetsue..."@ja-latn ;
    foaf:name "Dragon Quest III: The Seeds of Salvation"@en,
        "ドラゴンクエストIII: そして伝説へ…"@ja,
        "Dragon Quest III: Soshite Densetsue..."@ja-latn .

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

<https://media.vgm.io/albums/18/111581/111581-754ac3a3bebb.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/111581#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/18/111581/111581-754ac3a3bebb.jpg> ;
    foaf:depicts <album/111581#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/18/111581/111581-754ac3a3bebb.jpg> .

<https://medium-media.vgm.io/albums/18/111581/111581-754ac3a3bebb.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/111581#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ultra Hyper Grooving Game Music Vol.7"@en,
        "Ultra Hyper Grooving Game Music Vol.7"@ja,
        "Ultra Hyper Grooving Game Music Vol.7"@ja-latn ;
    mo:performance_of <album/111581#musicalwork> ;
    mo:performer <artist/42605#subject> ;
    mo:recorded_as <album/111581#musicalexpression> ;
    schema:byArtist <artist/42605#subject> ;
    schema:name "Ultra Hyper Grooving Game Music Vol.7"@en,
        "Ultra Hyper Grooving Game Music Vol.7"@ja,
        "Ultra Hyper Grooving Game Music Vol.7"@ja-latn ;
    schema:workPerformed <album/111581#musicalwork> .

<artist/42605#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/111581#performance> ;
    schema:name "Nice! Edmond is Super Sumo-wrestler"@en ;
    foaf:name "Nice! Edmond is Super Sumo-wrestler"@en .

<album/111581#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ultra Hyper Grooving Game Music Vol.7"@en,
        "Ultra Hyper Grooving Game Music Vol.7"@ja,
        "Ultra Hyper Grooving Game Music Vol.7"@ja-latn ;
    mo:composer <artist/114#subject>,
        <artist/507#subject>,
        <artist/635#subject>,
        <artist/7111#subject> ;
    mo:produced_work <album/111581#musicalwork> ;
    schema:name "Ultra Hyper Grooving Game Music Vol.7"@en,
        "Ultra Hyper Grooving Game Music Vol.7"@ja,
        "Ultra Hyper Grooving Game Music Vol.7"@ja-latn .

<album/111581#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-08-12"^^xsd:date ;
    dcterms:title "Ultra Hyper Grooving Game Music Vol.7"@en,
        "Ultra Hyper Grooving Game Music Vol.7"@ja,
        "Ultra Hyper Grooving Game Music Vol.7"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/111581#musicalexpression> ;
    mo:publisher _:N0dccac6343c049ab81542cbe76fdb96d ;
    mo:record _:Nabd261dd703c46a6bc9288be119a7af4 ;
    mo:record_count 1 ;
    mo:release <event/223> ;
    schema:about <product/2071#subject>,
        <product/271#subject>,
        <product/493#subject>,
        <product/985#subject> ;
    schema:byArtist <artist/42605#subject> ;
    schema:datePublished "2019-08-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/18/111581/111581-754ac3a3bebb.jpg> ;
    schema:name "Ultra Hyper Grooving Game Music Vol.7"@en,
        "Ultra Hyper Grooving Game Music Vol.7"@ja,
        "Ultra Hyper Grooving Game Music Vol.7"@ja-latn ;
    schema:publisher _:N0dccac6343c049ab81542cbe76fdb96d ;
    foaf:depiction <https://media.vgm.io/albums/18/111581/111581-754ac3a3bebb.jpg> .

_:N0dccac6343c049ab81542cbe76fdb96d schema:name "N!ESS"@en,
        "N!ESS"@ja,
        "N!ESS"@ja-latn ;
    foaf:name "N!ESS"@en,
        "N!ESS"@ja,
        "N!ESS"@ja-latn .

_:N2595af2a92b9461f80aa4e1afdeeb8b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hidden Track"@en,
        "隠しトラック"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:23"^^xsd:interval ;
    schema:inPlaylist _:Nabd261dd703c46a6bc9288be119a7af4 ;
    schema:name "Hidden Track"@en,
        "隠しトラック"@ja .

_:N5582b0b38d5b4c62a56986ec65ae126f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stickerbrush Symphony（from \"Donkey Kong Country 2: Diddy's Kong Quest\"）"@en,
        "Stickerbrush Symphony（スーパードンキーコング2 より）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Nabd261dd703c46a6bc9288be119a7af4 ;
    schema:name "Stickerbrush Symphony（from \"Donkey Kong Country 2: Diddy's Kong Quest\"）"@en,
        "Stickerbrush Symphony（スーパードンキーコング2 より）"@ja .

_:N86ed62a6c09d4e94b7b637149818f563 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FLASHMAN STAGE（from \"Mega Man 2\"）"@en,
        "FLASHMAN STAGE（ロックマン2 Dr.ワイリーの謎 より）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:Nabd261dd703c46a6bc9288be119a7af4 ;
    schema:name "FLASHMAN STAGE（from \"Mega Man 2\"）"@en,
        "FLASHMAN STAGE（ロックマン2 Dr.ワイリーの謎 より）"@ja .

_:N95b246f976234e17b87c808b834edfbf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heavenly Flight（from \"Dragon Warrior III\"）"@en,
        "おおぞらをとぶ（ドラゴンクエストIII そして伝説へ… より）"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Nabd261dd703c46a6bc9288be119a7af4 ;
    schema:name "Heavenly Flight（from \"Dragon Warrior III\"）"@en,
        "おおぞらをとぶ（ドラゴンクエストIII そして伝説へ… より）"@ja .

_:Nc0f2ec0b882e48d8821fa5f81a03e9fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sword Search（\"The Legend of Zelda: Link's Awakening\"）"@en,
        "剣入手前フィールド（ゼルダの伝説 夢をみる島 より）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:Nabd261dd703c46a6bc9288be119a7af4 ;
    schema:name "Sword Search（\"The Legend of Zelda: Link's Awakening\"）"@en,
        "剣入手前フィールド（ゼルダの伝説 夢をみる島 より）"@ja .

_:Nabd261dd703c46a6bc9288be119a7af4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2595af2a92b9461f80aa4e1afdeeb8b5,
        _:N5582b0b38d5b4c62a56986ec65ae126f,
        _:N86ed62a6c09d4e94b7b637149818f563,
        _:N95b246f976234e17b87c808b834edfbf,
        _:Nc0f2ec0b882e48d8821fa5f81a03e9fe ;
    mo:track_count 5 ;
    schema:duration "PT17:04"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N2595af2a92b9461f80aa4e1afdeeb8b5,
        _:N5582b0b38d5b4c62a56986ec65ae126f,
        _:N86ed62a6c09d4e94b7b637149818f563,
        _:N95b246f976234e17b87c808b834edfbf,
        _:Nc0f2ec0b882e48d8821fa5f81a03e9fe .

