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

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

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

<album/70043> a mo:Release ;
    mo:catalogue_number "SIR033" .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114736#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/114736#composition>,
        <album/114736#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<artist/504#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114736#subject> ;
    schema:name "Akito Nakatsuka"@en,
        "中塚章人"@ja ;
    foaf:made <album/114736#composition>,
        <album/114736#subject> ;
    foaf:name "Akito Nakatsuka"@en,
        "中塚章人"@ja .

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

<artist/636#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/114736#subject> ;
    schema:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja ;
    foaf:made <album/114736#composition>,
        <album/114736#subject> ;
    foaf:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja .

<product/187#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn ;
    foaf:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn .

<product/416#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn ;
    foaf:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn .

<product/500#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn ;
    foaf:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn .

<product/501#subject> a schema:CreativeWork ;
    schema:name "Zelda II: The Adventure of Link"@en,
        "リンクの冒険"@ja,
        "Link no Bouken"@ja-latn ;
    foaf:name "Zelda II: The Adventure of Link"@en,
        "リンクの冒険"@ja,
        "Link no Bouken"@ja-latn .

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

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

<album/114736#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    mo:performance_of <album/114736#musicalwork> ;
    mo:performer <artist/12363#subject> ;
    mo:recorded_as <album/114736#musicalexpression> ;
    schema:byArtist <artist/12363#subject> ;
    schema:name "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    schema:workPerformed <album/114736#musicalwork> .

<artist/12363#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/114736#performance> ;
    schema:name "Bit Brigade"@en ;
    foaf:name "Bit Brigade"@en .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/114736#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/114736#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/114736#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/504#subject>,
        <artist/635#subject>,
        <artist/636#subject> ;
    mo:produced_work <album/114736#musicalwork> ;
    schema:name "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn .

<album/114736#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-01-01"^^xsd:date ;
    dcterms:title "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    mo:catalogue_number "SIR035" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/70043> ;
    mo:publication_of <album/114736#musicalexpression> ;
    mo:publisher _:N5f5647554e10479781dd1ea4b44690bb ;
    mo:record _:N82a39909d84442e4a4f00cca4e99dd49 ;
    mo:record_count 1 ;
    schema:about <product/187#subject>,
        <product/416#subject>,
        <product/500#subject>,
        <product/501#subject> ;
    schema:byArtist <artist/12363#subject> ;
    schema:datePublished "2017-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    schema:publisher _:N5f5647554e10479781dd1ea4b44690bb ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N0139b4f8e5b74e62b3302db38529eb92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue"@en ;
    mo:track_number 14 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Epilogue"@en .

_:N07a9bebc554f47c2a0c96eb2e454b9fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyrule Castle"@en ;
    mo:track_number 13 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Hyrule Castle"@en .

_:N09a49896ba1d485eabf7cc52067546e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ganon's Message / Battle with Ganon"@en ;
    mo:track_number 22 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Ganon's Message / Battle with Ganon"@en .

_:N2bed12f1936d470bbd7b6506032689aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temple of Time"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Temple of Time"@en .

_:N35d9d0d698954a1f80c65f318f63b088 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Great Temple"@en ;
    mo:track_number 19 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Great Temple"@en .

_:N40ac560c344e462eaa71de7b2d28bf4c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Battle"@en .

_:N47db2404a28e43b4b8329a2844884031 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Title"@en .

_:N4a37438435654408b327b156906999c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Church"@en ;
    mo:track_number 17 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Church"@en .

_:N544e571ede9e4d8ea3520b10af43d32f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark Mountain Forest"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Dark Mountain Forest"@en .

_:N5f5647554e10479781dd1ea4b44690bb schema:name "Hello Sir Records"@en,
        "Hello Sir Records"@ja,
        "Hello Sir Records"@ja-latn ;
    foaf:name "Hello Sir Records"@en,
        "Hello Sir Records"@ja,
        "Hello Sir Records"@ja-latn .

_:N6208370a0e9c4522808dedc544613c99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dungeon"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Dungeon"@en .

_:N6be5a5781894483d91fc6598d891f136 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Triforce"@en ;
    mo:track_number 5 ;
    schema:duration "PT0:08"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Triforce"@en .

_:N79319125d47f417c87d74565d1d835db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overworld"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Overworld"@en .

_:N79964a9a38454b6d9e56002ed1d23792 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sanctuary Dungeon"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Sanctuary Dungeon"@en .

_:N7a780072974f4787870faea8f341ce51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark Golden Land / Overworld (Zelda 2)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Dark Golden Land / Overworld (Zelda 2)"@en .

_:N80feb27d8fa74c4da876e58bf0d471b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fanfare"@en ;
    mo:track_number 23 ;
    schema:duration "PT0:05"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Final Fanfare"@en .

_:N8bef9a1c80be4edd9372566821751063 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending"@en ;
    mo:track_number 24 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Ending"@en .

_:N9e486576d9284e869a8b57b0d135aeb1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title (Zelda 2)"@en ;
    mo:track_number 20 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Title (Zelda 2)"@en .

_:Nacb71eb87b6e49b5b63356265524501c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tal Tal Heights"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Tal Tal Heights"@en .

_:Nad4391ed77534844955990ca0c92e68a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Death Mountain / Dungeon Reprise"@en ;
    mo:track_number 21 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Death Mountain / Dungeon Reprise"@en .

_:Nb8d2e0b11c144269a491969950735136 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Select Screen"@en ;
    mo:track_number 2 ;
    schema:duration "PT0:26"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Select Screen"@en .

_:Ncba70dcf132741c9bca66655add4a85d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overworld (Link's Awakening)"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Overworld (Link's Awakening)"@en .

_:Ndf56248432d74bb9aee39120ffe69b59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temple"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Temple"@en .

_:Nf017ab8b4d1a4d79b7e01a926dd1d48d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark World Dungeon"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Dark World Dungeon"@en .

_:Nf8dd403c0dab4b988ed142a854e123b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Turned into a Rabbit!"@en ;
    mo:track_number 16 ;
    schema:duration "PT1:09"^^xsd:interval ;
    schema:inPlaylist _:N82a39909d84442e4a4f00cca4e99dd49 ;
    schema:name "Turned into a Rabbit!"@en .

_:N82a39909d84442e4a4f00cca4e99dd49 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0139b4f8e5b74e62b3302db38529eb92,
        _:N07a9bebc554f47c2a0c96eb2e454b9fd,
        _:N09a49896ba1d485eabf7cc52067546e5,
        _:N2bed12f1936d470bbd7b6506032689aa,
        _:N35d9d0d698954a1f80c65f318f63b088,
        _:N40ac560c344e462eaa71de7b2d28bf4c,
        _:N47db2404a28e43b4b8329a2844884031,
        _:N4a37438435654408b327b156906999c7,
        _:N544e571ede9e4d8ea3520b10af43d32f,
        _:N6208370a0e9c4522808dedc544613c99,
        _:N6be5a5781894483d91fc6598d891f136,
        _:N79319125d47f417c87d74565d1d835db,
        _:N79964a9a38454b6d9e56002ed1d23792,
        _:N7a780072974f4787870faea8f341ce51,
        _:N80feb27d8fa74c4da876e58bf0d471b4,
        _:N8bef9a1c80be4edd9372566821751063,
        _:N9e486576d9284e869a8b57b0d135aeb1,
        _:Nacb71eb87b6e49b5b63356265524501c,
        _:Nad4391ed77534844955990ca0c92e68a,
        _:Nb8d2e0b11c144269a491969950735136,
        _:Ncba70dcf132741c9bca66655add4a85d,
        _:Ndf56248432d74bb9aee39120ffe69b59,
        _:Nf017ab8b4d1a4d79b7e01a926dd1d48d,
        _:Nf8dd403c0dab4b988ed142a854e123b8 ;
    mo:track_count 24 ;
    schema:duration "PT45:38"^^xsd:interval ;
    schema:numTracks 24 ;
    schema:track _:N0139b4f8e5b74e62b3302db38529eb92,
        _:N07a9bebc554f47c2a0c96eb2e454b9fd,
        _:N09a49896ba1d485eabf7cc52067546e5,
        _:N2bed12f1936d470bbd7b6506032689aa,
        _:N35d9d0d698954a1f80c65f318f63b088,
        _:N40ac560c344e462eaa71de7b2d28bf4c,
        _:N47db2404a28e43b4b8329a2844884031,
        _:N4a37438435654408b327b156906999c7,
        _:N544e571ede9e4d8ea3520b10af43d32f,
        _:N6208370a0e9c4522808dedc544613c99,
        _:N6be5a5781894483d91fc6598d891f136,
        _:N79319125d47f417c87d74565d1d835db,
        _:N79964a9a38454b6d9e56002ed1d23792,
        _:N7a780072974f4787870faea8f341ce51,
        _:N80feb27d8fa74c4da876e58bf0d471b4,
        _:N8bef9a1c80be4edd9372566821751063,
        _:N9e486576d9284e869a8b57b0d135aeb1,
        _:Nacb71eb87b6e49b5b63356265524501c,
        _:Nad4391ed77534844955990ca0c92e68a,
        _:Nb8d2e0b11c144269a491969950735136,
        _:Ncba70dcf132741c9bca66655add4a85d,
        _:Ndf56248432d74bb9aee39120ffe69b59,
        _:Nf017ab8b4d1a4d79b7e01a926dd1d48d,
        _:Nf8dd403c0dab4b988ed142a854e123b8 .

