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

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

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

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

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

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

<artist/636#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49913#subject> ;
    schema:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja ;
    foaf:made <album/49913#composition>,
        <album/49913#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/49913#musicalexpression> a mo:Signal ;
    mo:published_as <album/49913#subject> ;
    mo:records <album/49913#performance> .

<https://media.vgm.io/albums/31/49913/49913-1419209297.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/49913#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/31/49913/49913-1419209297.png> ;
    foaf:depicts <album/49913#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/31/49913/49913-1419209297.png> .

<https://medium-media.vgm.io/albums/31/49913/49913-1419209297.png> a schema:ImageObject,
        foaf:Image .

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

<album/49913#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/49913#musicalwork> ;
    mo:performer <artist/12363#subject> ;
    mo:recorded_as <album/49913#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/49913#musicalwork> .

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

<album/49913#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/49913#musicalwork> ;
    schema:name "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn .

<album/49913#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-17"^^xsd:date ;
    dcterms:title "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    mo:catalogue_number "SIR029" ;
    mo:media_type "CD" ;
    mo:publication_of <album/49913#musicalexpression> ;
    mo:publisher _:N93868982dfb14606be6d8dffd06ed53a ;
    mo:record _:Naeb300ae132541228465bba4e3e00aba ;
    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 "2014-12-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/31/49913/49913-1419209297.png> ;
    schema:name "The Legend of Zelda"@en,
        "The Legend of Zelda"@ja,
        "The Legend of Zelda"@ja-latn ;
    schema:publisher _:N93868982dfb14606be6d8dffd06ed53a ;
    foaf:depiction <https://media.vgm.io/albums/31/49913/49913-1419209297.png> .

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

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

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

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

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

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

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

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

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

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

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

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

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

_:N93868982dfb14606be6d8dffd06ed53a schema:name "Hello Sir Records"@en ;
    foaf:name "Hello Sir Records"@en .

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

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

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

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

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

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

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

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

_:Nce505d7ec20b4d48b1a51b5fa014c46f 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 _:Naeb300ae132541228465bba4e3e00aba ;
    schema:name "Ganon's Message - Battle with Ganon"@en .

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

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

_:Naeb300ae132541228465bba4e3e00aba a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N06055eb99d77436a9ddbacb3c51dcb4d,
        _:N0916008d16f94831a3c4688c283f306d,
        _:N198f36f1090c46d5940565a903dfc357,
        _:N1c13d5a03a8340c8a4b3d06f1da8e30e,
        _:N228cc7cb61dc4ad4ad2b019a126febc8,
        _:N3d3502f0328d49a3b488c74084482ede,
        _:N4a5f21cdaade41bbbadbaaf98f6f8c47,
        _:N4b8f747fb50e40d0bc7d3d0b639ec37a,
        _:N589772912877440d8c75dfc8da937cd9,
        _:N7478214c84b146819263920f18e60425,
        _:N7762675ecd6f4003b2bf6f0cdf84966e,
        _:N84252d129fdc450fa7091eb3978ea694,
        _:N92100f7dde674e269f145908db4a4a0a,
        _:N950faa14dc0e4e239d6bf5cc5fe3580d,
        _:Na5cc829e77bd461d854652f328725248,
        _:Na83293b466324b60a5d370a5ab459863,
        _:Nb4373d04dc004a2084a5c9f3858087db,
        _:Nb6c15ee68df842ccbd88d561db70bf67,
        _:Nc03042a0e9e54300a33451d18be67978,
        _:Nc1af98a49df94d5a98460fbe295f4166,
        _:Nccf33494d656413b900feffa899e4a48,
        _:Nce505d7ec20b4d48b1a51b5fa014c46f,
        _:Ndca191a7665d4056bb07bfe388f4d998,
        _:Nde4b3652e18444568520da47da33319d ;
    mo:track_count 24 ;
    schema:duration "PT45:28"^^xsd:interval ;
    schema:numTracks 24 ;
    schema:track _:N06055eb99d77436a9ddbacb3c51dcb4d,
        _:N0916008d16f94831a3c4688c283f306d,
        _:N198f36f1090c46d5940565a903dfc357,
        _:N1c13d5a03a8340c8a4b3d06f1da8e30e,
        _:N228cc7cb61dc4ad4ad2b019a126febc8,
        _:N3d3502f0328d49a3b488c74084482ede,
        _:N4a5f21cdaade41bbbadbaaf98f6f8c47,
        _:N4b8f747fb50e40d0bc7d3d0b639ec37a,
        _:N589772912877440d8c75dfc8da937cd9,
        _:N7478214c84b146819263920f18e60425,
        _:N7762675ecd6f4003b2bf6f0cdf84966e,
        _:N84252d129fdc450fa7091eb3978ea694,
        _:N92100f7dde674e269f145908db4a4a0a,
        _:N950faa14dc0e4e239d6bf5cc5fe3580d,
        _:Na5cc829e77bd461d854652f328725248,
        _:Na83293b466324b60a5d370a5ab459863,
        _:Nb4373d04dc004a2084a5c9f3858087db,
        _:Nb6c15ee68df842ccbd88d561db70bf67,
        _:Nc03042a0e9e54300a33451d18be67978,
        _:Nc1af98a49df94d5a98460fbe295f4166,
        _:Nccf33494d656413b900feffa899e4a48,
        _:Nce505d7ec20b4d48b1a51b5fa014c46f,
        _:Ndca191a7665d4056bb07bfe388f4d998,
        _:Nde4b3652e18444568520da47da33319d .

