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

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

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

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

<artist/698#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4333#subject> ;
    schema:name "Toru Minegishi"@en,
        "峰岸透"@ja ;
    foaf:made <album/4333#composition>,
        <album/4333#subject> ;
    foaf:name "Toru Minegishi"@en,
        "峰岸透"@ja .

<artist/806#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4333#subject> ;
    schema:name "Asuka Ohta"@en,
        "太田あすか"@ja ;
    foaf:made <album/4333#composition>,
        <album/4333#subject> ;
    foaf:name "Asuka Ohta"@en,
        "太田あすか"@ja .

<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 .

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

<album/4333#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Legend of Zelda: Twilight Princess Official Soundtrack"@en,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja-latn ;
    mo:performance_of <album/4333#musicalwork> ;
    mo:recorded_as <album/4333#musicalexpression> ;
    schema:name "The Legend of Zelda: Twilight Princess Official Soundtrack"@en,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja-latn ;
    schema:workPerformed <album/4333#musicalwork> .

<org/267#subject> schema:name "Nintendo of America"@en,
        "Nintendo of America"@ja,
        "Nintendo of America"@ja-latn ;
    foaf:name "Nintendo of America"@en,
        "Nintendo of America"@ja,
        "Nintendo of America"@ja-latn .

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

<https://medium-media.vgm.io/albums/33/4333/4333-1172277617.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/4333#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Legend of Zelda: Twilight Princess Official Soundtrack"@en,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/698#subject>,
        <artist/806#subject> ;
    mo:produced_work <album/4333#musicalwork> ;
    schema:name "The Legend of Zelda: Twilight Princess Official Soundtrack"@en,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja-latn .

<album/4333#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-11-19"^^xsd:date ;
    dcterms:title "The Legend of Zelda: Twilight Princess Official Soundtrack"@en,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4333#musicalexpression> ;
    mo:publisher <org/267#subject> ;
    mo:record _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    mo:record_count 1 ;
    schema:about <product/491#subject> ;
    schema:datePublished "2006-11-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/33/4333/4333-1172277617.jpg> ;
    schema:name "The Legend of Zelda: Twilight Princess Official Soundtrack"@en,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja,
        "The Legend of Zelda: Twilight Princess Official Soundtrack"@ja-latn ;
    schema:publisher <org/267#subject> ;
    foaf:depiction <https://media.vgm.io/albums/33/4333/4333-1172277617.jpg> .

_:N2cf0851834cb438faa4057266703cbc5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Death Mountain"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "Death Mountain"@en .

_:N51baae2a5eaa4240a898ee27f85ff9e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyrule Field Main Theme"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "Hyrule Field Main Theme"@en .

_:N7b43372640764ff6b6fff8cc2ca9a787 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ilia's Theme"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "Ilia's Theme"@en .

_:N980a20f67c4a4150a94e44399b5fd9f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kakariko Village"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "Kakariko Village"@en .

_:N984856d82f364dfe89c3b3e053820ecf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midna's Theme"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "Midna's Theme"@en .

_:Nbea9c9b5e0c7498892a2d8b52807df6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Legend of Zelda: Orchestra Piece #2"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "The Legend of Zelda: Orchestra Piece #2"@en .

_:Nee4bdd7c7ad5473b85f7df44f542b39a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ordon Village"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N7dfc1eac07bc4e53923841aaf321dca2 ;
    schema:name "Ordon Village"@en .

_:N7dfc1eac07bc4e53923841aaf321dca2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2cf0851834cb438faa4057266703cbc5,
        _:N51baae2a5eaa4240a898ee27f85ff9e2,
        _:N7b43372640764ff6b6fff8cc2ca9a787,
        _:N980a20f67c4a4150a94e44399b5fd9f8,
        _:N984856d82f364dfe89c3b3e053820ecf,
        _:Nbea9c9b5e0c7498892a2d8b52807df6c,
        _:Nee4bdd7c7ad5473b85f7df44f542b39a ;
    mo:track_count 7 ;
    schema:duration "PT16:30"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N2cf0851834cb438faa4057266703cbc5,
        _:N51baae2a5eaa4240a898ee27f85ff9e2,
        _:N7b43372640764ff6b6fff8cc2ca9a787,
        _:N980a20f67c4a4150a94e44399b5fd9f8,
        _:N984856d82f364dfe89c3b3e053820ecf,
        _:Nbea9c9b5e0c7498892a2d8b52807df6c,
        _:Nee4bdd7c7ad5473b85f7df44f542b39a .

