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

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

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

<artist/3965#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8329#subject> ;
    schema:name "Steve Burke"@en ;
    foaf:made <album/8329#composition>,
        <album/8329#subject> ;
    foaf:name "Steve Burke"@en .

<product/10404#subject> a schema:CreativeWork ;
    schema:name "Kameo: Elements of Power"@en,
        "Kameo: Elements of Power"@ja,
        "Kameo: Elements of Power"@ja-latn ;
    foaf:name "Kameo: Elements of Power"@en,
        "Kameo: Elements of Power"@ja,
        "Kameo: Elements of Power"@ja-latn .

<album/8329#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kameo: Elements of Power (Bonus tracks)"@en,
        "Kameo: Elements of Power (Bonus tracks)"@ja,
        "Kameo: Elements of Power (Bonus tracks)"@ja-latn ;
    mo:composer <artist/3965#subject> ;
    mo:produced_work <album/8329#musicalwork> ;
    schema:name "Kameo: Elements of Power (Bonus tracks)"@en,
        "Kameo: Elements of Power (Bonus tracks)"@ja,
        "Kameo: Elements of Power (Bonus tracks)"@ja-latn .

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

<org/2599#subject> schema:name "Rare"@en,
        "Rare"@ja,
        "Rare"@ja-latn ;
    foaf:name "Rare"@en,
        "Rare"@ja,
        "Rare"@ja-latn .

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

<artist/5055#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8329#performance> ;
    schema:name "The City of Prague Philharmonic Orchestra"@en ;
    foaf:name "The City of Prague Philharmonic Orchestra"@en .

<album/8329#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kameo: Elements of Power (Bonus tracks)"@en,
        "Kameo: Elements of Power (Bonus tracks)"@ja,
        "Kameo: Elements of Power (Bonus tracks)"@ja-latn ;
    mo:performance_of <album/8329#musicalwork> ;
    mo:performer _:N000e42703a27490e89158c1d420aed14,
        <artist/5055#subject> ;
    mo:recorded_as <album/8329#musicalexpression> ;
    schema:byArtist _:N000e42703a27490e89158c1d420aed14,
        <artist/5055#subject> ;
    schema:name "Kameo: Elements of Power (Bonus tracks)"@en,
        "Kameo: Elements of Power (Bonus tracks)"@ja,
        "Kameo: Elements of Power (Bonus tracks)"@ja-latn ;
    schema:workPerformed <album/8329#musicalwork> .

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

<album/8329#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-05-01"^^xsd:date ;
    dcterms:title "Kameo: Elements of Power (Bonus tracks)"@en,
        "Kameo: Elements of Power (Bonus tracks)"@ja,
        "Kameo: Elements of Power (Bonus tracks)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/8329#musicalexpression> ;
    mo:publisher <org/2599#subject> ;
    mo:record _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    mo:record_count 1 ;
    schema:about <product/10404#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Kings Choir"@en ;
            foaf:name "Kings Choir"@en ],
        <artist/5055#subject> ;
    schema:datePublished "2008-05-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Kameo: Elements of Power (Bonus tracks)"@en,
        "Kameo: Elements of Power (Bonus tracks)"@ja,
        "Kameo: Elements of Power (Bonus tracks)"@ja-latn ;
    schema:publisher <org/2599#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N000e42703a27490e89158c1d420aed14 a schema:Person,
        foaf:Person ;
    mo:performed <album/8329#performance> ;
    schema:name "Kings Choir"@en ;
    foaf:name "Kings Choir"@en .

_:N165b02ee8af542fa8274aab55d0635af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Queen Thyra"@en ;
    mo:track_number 3 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Queen Thyra"@en .

_:N17b7ea483421422ebc0724274a7f0234 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peace in the Kingdom"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Peace in the Kingdom"@en .

_:N25bf14b458bd4171a2701fe5c5968f75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I See An Ogre"@en ;
    mo:track_number 11 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "I See An Ogre"@en .

_:N30708c626f4644df9cd339e54bbe7f2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kameo Medley 2"@en ;
    mo:track_number 15 ;
    schema:duration "PT29:15"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Kameo Medley 2"@en .

_:N44a0c1446f1f479d9fcf48ecc494295f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chillin' in the Trainer's Hut"@en ;
    mo:track_number 13 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Chillin' in the Trainer's Hut"@en .

_:N4cc5d02c898e4c15ba2e933f02b67452 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trainer Cave"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Trainer Cave"@en .

_:N62768d8154774715b018f41fc382fa8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Castle Fight"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Castle Fight"@en .

_:N66259d276154436b958906cc1cf4b922 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End Credits"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "End Credits"@en .

_:N699768e3e5ba4bde95e86fbc28143ae6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thorn Revealed"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Thorn Revealed"@en .

_:N74782c2b0c3449f9a1226ed8e4ce2a83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kameo Medley 3"@en ;
    mo:track_number 16 ;
    schema:duration "PT20:42"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Kameo Medley 3"@en .

_:N96f6ab67f5e74f85bc6720c1a7335856 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Water Temple Battle"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Water Temple Battle"@en .

_:N9ee49ba9806b41709a97d47d13f2fd3c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mystic Theme (Expanded)"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Mystic Theme (Expanded)"@en .

_:N9f9a7b4d47fb43de84aacb14f40cc306 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fire Troll Entrance (Expanded)"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Fire Troll Entrance (Expanded)"@en .

_:Nb8e31df8ece1450c89506d274a7742f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kameo Medley 1"@en ;
    mo:track_number 14 ;
    schema:duration "PT25:24"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Kameo Medley 1"@en .

_:Nbec0c0574cdc4a959c1f685c686c71ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Showdown"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Final Showdown"@en .

_:Nfd0aa86e691c4e87b97c822965df3323 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Castle Fly-By (Expanded)"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:N0d5d2e48e89e430b8f60cbd5596db92d ;
    schema:name "Castle Fly-By (Expanded)"@en .

_:N0d5d2e48e89e430b8f60cbd5596db92d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N165b02ee8af542fa8274aab55d0635af,
        _:N17b7ea483421422ebc0724274a7f0234,
        _:N25bf14b458bd4171a2701fe5c5968f75,
        _:N30708c626f4644df9cd339e54bbe7f2b,
        _:N44a0c1446f1f479d9fcf48ecc494295f,
        _:N4cc5d02c898e4c15ba2e933f02b67452,
        _:N62768d8154774715b018f41fc382fa8f,
        _:N66259d276154436b958906cc1cf4b922,
        _:N699768e3e5ba4bde95e86fbc28143ae6,
        _:N74782c2b0c3449f9a1226ed8e4ce2a83,
        _:N96f6ab67f5e74f85bc6720c1a7335856,
        _:N9ee49ba9806b41709a97d47d13f2fd3c,
        _:N9f9a7b4d47fb43de84aacb14f40cc306,
        _:Nb8e31df8ece1450c89506d274a7742f5,
        _:Nbec0c0574cdc4a959c1f685c686c71ea,
        _:Nfd0aa86e691c4e87b97c822965df3323 ;
    mo:track_count 16 ;
    schema:duration "PT105:24"^^xsd:interval ;
    schema:numTracks 16 ;
    schema:track _:N165b02ee8af542fa8274aab55d0635af,
        _:N17b7ea483421422ebc0724274a7f0234,
        _:N25bf14b458bd4171a2701fe5c5968f75,
        _:N30708c626f4644df9cd339e54bbe7f2b,
        _:N44a0c1446f1f479d9fcf48ecc494295f,
        _:N4cc5d02c898e4c15ba2e933f02b67452,
        _:N62768d8154774715b018f41fc382fa8f,
        _:N66259d276154436b958906cc1cf4b922,
        _:N699768e3e5ba4bde95e86fbc28143ae6,
        _:N74782c2b0c3449f9a1226ed8e4ce2a83,
        _:N96f6ab67f5e74f85bc6720c1a7335856,
        _:N9ee49ba9806b41709a97d47d13f2fd3c,
        _:N9f9a7b4d47fb43de84aacb14f40cc306,
        _:Nb8e31df8ece1450c89506d274a7742f5,
        _:Nbec0c0574cdc4a959c1f685c686c71ea,
        _:Nfd0aa86e691c4e87b97c822965df3323 .

