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

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

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

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

<artist/432#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31131#subject> ;
    schema:name "Kenta Nagata"@en,
        "永田権太"@ja ;
    foaf:made <album/31131#composition>,
        <album/31131#subject> ;
    foaf:name "Kenta Nagata"@en,
        "永田権太"@ja .

<artist/698#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31131#subject> ;
    schema:name "Toru Minegishi"@en,
        "峰岸透"@ja ;
    foaf:made <album/31131#composition>,
        <album/31131#subject> ;
    foaf:name "Toru Minegishi"@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/489#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Majora's Mask"@en,
        "ゼルダの伝説 ムジュラの仮面"@ja,
        "Zelda no Densetsu: Majora no Kamen"@ja-latn ;
    foaf:name "The Legend of Zelda: Majora's Mask"@en,
        "ゼルダの伝説 ムジュラの仮面"@ja,
        "Zelda no Densetsu: Majora no Kamen"@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/491#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Twilight Princess"@en,
        "ゼルダの伝説 トワイライトプリンセス"@ja,
        "Zelda no Densetsu Twilight Princess"@ja-latn ;
    foaf:name "The Legend of Zelda: Twilight Princess"@en,
        "ゼルダの伝説 トワイライトプリンセス"@ja,
        "Zelda no Densetsu Twilight Princess"@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 .

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

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

<https://medium-media.vgm.io/albums/13/31131/31131-1326229216.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/31131#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hymns of Light and Shadows"@en,
        "Hymns of Light and Shadows"@ja,
        "Hymns of Light and Shadows"@ja-latn ;
    mo:performance_of <album/31131#musicalwork> ;
    mo:performer _:Nea33488c07e8410c98e4530c579b87df ;
    mo:recorded_as <album/31131#musicalexpression> ;
    schema:byArtist _:Nea33488c07e8410c98e4530c579b87df ;
    schema:name "Hymns of Light and Shadows"@en,
        "Hymns of Light and Shadows"@ja,
        "Hymns of Light and Shadows"@ja-latn ;
    schema:workPerformed <album/31131#musicalwork> .

<album/31131#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hymns of Light and Shadows"@en,
        "Hymns of Light and Shadows"@ja,
        "Hymns of Light and Shadows"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/432#subject>,
        <artist/698#subject> ;
    mo:produced_work <album/31131#musicalwork> ;
    schema:name "Hymns of Light and Shadows"@en,
        "Hymns of Light and Shadows"@ja,
        "Hymns of Light and Shadows"@ja-latn .

<album/31131#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-27"^^xsd:date ;
    dcterms:title "Hymns of Light and Shadows"@en,
        "Hymns of Light and Shadows"@ja,
        "Hymns of Light and Shadows"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/31131#musicalexpression> ;
    mo:publisher _:N6cc9227834db45a698456e5be1d7c5d0 ;
    mo:record _:Nd222e181c7e345549fcc265e62aeb900 ;
    mo:record_count 1 ;
    schema:about <product/187#subject>,
        <product/489#subject>,
        <product/490#subject>,
        <product/491#subject>,
        <product/500#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "CSGuitar89"@en ;
            foaf:name "CSGuitar89"@en ] ;
    schema:datePublished "2011-12-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/31131/31131-1326229216.jpg> ;
    schema:name "Hymns of Light and Shadows"@en,
        "Hymns of Light and Shadows"@ja,
        "Hymns of Light and Shadows"@ja-latn ;
    schema:publisher _:N6cc9227834db45a698456e5be1d7c5d0 ;
    foaf:depiction <https://media.vgm.io/albums/13/31131/31131-1326229216.jpg> .

_:N00b9992057ef43f5be5718b8d89a669a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lon Lon Ranch"@en ;
    mo:track_number 16 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Lon Lon Ranch"@en .

_:N022e25837da4407088fa5330111745b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "House Theme"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "House Theme"@en .

_:N0bd6460506e3434580ef191ac72e9170 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aryll's Theme"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Aryll's Theme"@en .

_:N1cfcbf0943d34133bb7208bc1049a6d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kaepora Gaebora's Theme"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Kaepora Gaebora's Theme"@en .

_:N312bc463f2f14ca38fd3a66b017e9371 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kakariko Village"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Kakariko Village"@en .

_:N45eeec7411844aeeaf735dbf3f8aa9cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Great Sea"@en ;
    mo:track_number 15 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "The Great Sea"@en .

_:N49786fd5355d4f17a9345af1546fb9c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dragon Roost Island"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Dragon Roost Island"@en .

_:N550fab0bab1246b8a9f5a067faced265 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goron City"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Goron City"@en .

_:N6cc9227834db45a698456e5be1d7c5d0 schema:name "CSGuitar89"@en ;
    foaf:name "CSGuitar89"@en .

_:N90220ef2e9a34b84a2601369853543f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ocarina of Time Title Theme"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Ocarina of Time Title Theme"@en .

_:Na0607a969b42489d8969ec1ac648c6fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stone Tower Temple"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Stone Tower Temple"@en .

_:Na7e7eb6b339d475a88594bca1b700724 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temple of Time"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Temple of Time"@en .

_:Nc4b95a51e33c4aea967212c08ce61fca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shop Theme"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Shop Theme"@en .

_:Nc69b813121304e508d769d44d130eb0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hidden Village"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Hidden Village"@en .

_:Nc9a806cb576c4423b6e3436c2b7f4241 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ilia's Theme"@en ;
    mo:track_number 11 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Ilia's Theme"@en .

_:Ncf0bce6d36e34372b554dbda21eb7342 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Outset Island"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Outset Island"@en .

_:Nd7ab93f3f05e4b2795368d46f87b3835 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Majora's Mask Ocarina Songs Medley"@en ;
    mo:track_number 18 ;
    schema:duration "PT8:25"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Majora's Mask Ocarina Songs Medley"@en .

_:Nea33488c07e8410c98e4530c579b87df a schema:Person,
        foaf:Person ;
    mo:performed <album/31131#performance> ;
    schema:name "CSGuitar89"@en ;
    foaf:name "CSGuitar89"@en .

_:Nf3ec483753e84e52adac6937e84c35d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Market Theme"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Market Theme"@en .

_:Nf5cf9cc7af454223b091b8f146f1a481 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Astral Observatory"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:Nd222e181c7e345549fcc265e62aeb900 ;
    schema:name "Astral Observatory"@en .

_:Nd222e181c7e345549fcc265e62aeb900 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00b9992057ef43f5be5718b8d89a669a,
        _:N022e25837da4407088fa5330111745b2,
        _:N0bd6460506e3434580ef191ac72e9170,
        _:N1cfcbf0943d34133bb7208bc1049a6d7,
        _:N312bc463f2f14ca38fd3a66b017e9371,
        _:N45eeec7411844aeeaf735dbf3f8aa9cc,
        _:N49786fd5355d4f17a9345af1546fb9c2,
        _:N550fab0bab1246b8a9f5a067faced265,
        _:N90220ef2e9a34b84a2601369853543f6,
        _:Na0607a969b42489d8969ec1ac648c6fb,
        _:Na7e7eb6b339d475a88594bca1b700724,
        _:Nc4b95a51e33c4aea967212c08ce61fca,
        _:Nc69b813121304e508d769d44d130eb0f,
        _:Nc9a806cb576c4423b6e3436c2b7f4241,
        _:Ncf0bce6d36e34372b554dbda21eb7342,
        _:Nd7ab93f3f05e4b2795368d46f87b3835,
        _:Nf3ec483753e84e52adac6937e84c35d1,
        _:Nf5cf9cc7af454223b091b8f146f1a481 ;
    mo:track_count 18 ;
    schema:duration "PT63:15"^^xsd:interval ;
    schema:numTracks 18 ;
    schema:track _:N00b9992057ef43f5be5718b8d89a669a,
        _:N022e25837da4407088fa5330111745b2,
        _:N0bd6460506e3434580ef191ac72e9170,
        _:N1cfcbf0943d34133bb7208bc1049a6d7,
        _:N312bc463f2f14ca38fd3a66b017e9371,
        _:N45eeec7411844aeeaf735dbf3f8aa9cc,
        _:N49786fd5355d4f17a9345af1546fb9c2,
        _:N550fab0bab1246b8a9f5a067faced265,
        _:N90220ef2e9a34b84a2601369853543f6,
        _:Na0607a969b42489d8969ec1ac648c6fb,
        _:Na7e7eb6b339d475a88594bca1b700724,
        _:Nc4b95a51e33c4aea967212c08ce61fca,
        _:Nc69b813121304e508d769d44d130eb0f,
        _:Nc9a806cb576c4423b6e3436c2b7f4241,
        _:Ncf0bce6d36e34372b554dbda21eb7342,
        _:Nd7ab93f3f05e4b2795368d46f87b3835,
        _:Nf3ec483753e84e52adac6937e84c35d1,
        _:Nf5cf9cc7af454223b091b8f146f1a481 .

