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

<artist/39303#subject> a schema:Person,
        foaf:Person ;
    schema:name "KAZCO"@en ;
    foaf:made <album/13780#subject>,
        <album/13780#vocals> ;
    foaf:name "KAZCO"@en .

<artist/4820#subject> a schema:Person,
        foaf:Person ;
    schema:name "mr.goo"@en ;
    foaf:made <album/13780#subject>,
        <album/13780#vocals> ;
    foaf:name "mr.goo"@en .

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

<album/182> a mo:Release ;
    mo:catalogue_number "UPCH-1377" .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13780#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/13780#composition>,
        <album/13780#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/163#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn ;
    foaf:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn .

<product/173#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY III"@en,
        "ファイナルファンタジーIII"@ja,
        "FINAL FANTASY III"@ja-latn ;
    foaf:name "FINAL FANTASY III"@en,
        "ファイナルファンタジーIII"@ja,
        "FINAL FANTASY III"@ja-latn .

<product/175#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn ;
    foaf:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn .

<product/189#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VIII"@en,
        "ファイナルファンタジーVIII"@ja,
        "FINAL FANTASY VIII"@ja-latn ;
    foaf:name "FINAL FANTASY VIII"@en,
        "ファイナルファンタジーVIII"@ja,
        "FINAL FANTASY VIII"@ja-latn .

<product/190#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IX"@en,
        "ファイナルファンタジーIX"@ja,
        "FINAL FANTASY IX"@ja-latn ;
    foaf:name "FINAL FANTASY IX"@en,
        "ファイナルファンタジーIX"@ja,
        "FINAL FANTASY IX"@ja-latn .

<product/192#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY X"@en,
        "ファイナルファンタジーX"@ja,
        "FINAL FANTASY X"@ja-latn ;
    foaf:name "FINAL FANTASY X"@en,
        "ファイナルファンタジーX"@ja,
        "FINAL FANTASY X"@ja-latn .

<album/13780#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Black Mages II The Skies Above"@en,
        "THE BLACK MAGES II The Skies Above"@ja,
        "The Black Mages II The Skies Above"@ja-latn ;
    mo:composer <artist/77#subject> ;
    mo:produced_work <album/13780#musicalwork> ;
    schema:name "The Black Mages II The Skies Above"@en,
        "THE BLACK MAGES II The Skies Above"@ja,
        "The Black Mages II The Skies Above"@ja-latn .

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

<album/13780#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Black Mages II The Skies Above"@en,
        "THE BLACK MAGES II The Skies Above"@ja,
        "The Black Mages II The Skies Above"@ja-latn ;
    mo:performance_of <album/13780#musicalwork> ;
    mo:recorded_as <album/13780#musicalexpression> ;
    schema:name "The Black Mages II The Skies Above"@en,
        "THE BLACK MAGES II The Skies Above"@ja,
        "The Black Mages II The Skies Above"@ja-latn ;
    schema:workPerformed <album/13780#musicalwork> .

<org/296#subject> schema:name "K-O Records"@en,
        "K-O Records"@ja,
        "K-O Records"@ja-latn ;
    foaf:name "K-O Records"@en,
        "K-O Records"@ja,
        "K-O Records"@ja-latn .

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

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

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

<album/13780#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-01-01"^^xsd:date ;
    dcterms:title "The Black Mages II The Skies Above"@en,
        "THE BLACK MAGES II The Skies Above"@ja,
        "The Black Mages II The Skies Above"@ja-latn ;
    mo:catalogue_number "KO-99046" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/182> ;
    mo:publication_of <album/13780#musicalexpression> ;
    mo:publisher <org/296#subject> ;
    mo:record _:N096e08773f29481fb4fd7ad1674ac02f ;
    mo:record_count 1 ;
    schema:about <product/163#subject>,
        <product/173#subject>,
        <product/175#subject>,
        <product/189#subject>,
        <product/190#subject>,
        <product/192#subject> ;
    schema:datePublished "2005-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "The Black Mages II The Skies Above"@en,
        "THE BLACK MAGES II The Skies Above"@ja,
        "The Black Mages II The Skies Above"@ja-latn ;
    schema:publisher <org/296#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N11b2b0ae290141a9be9f62545733ef5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Man with the Machine Gun"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "The Man with the Machine Gun"@en .

_:N2bc365c6e0db411191664873214a88a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle with the Four Fiends"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Battle with the Four Fiends"@en .

_:N3b659911c9ff4d7fa68b7ba1838a0eaf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Blast - Winning the Rainbow"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Blue Blast - Winning the Rainbow"@en .

_:N45a98d5588da4c31ad54673722f6a901 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Rocking Grounds"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "The Rocking Grounds"@en .

_:N4b1db71b5bbc49ae8ab6b2cfe095e408 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Skies Above"@en ;
    mo:track_number 10 ;
    schema:duration "PT7:19"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "The Skies Above"@en .

_:N525118362371450f9b32534a0bef2beb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hunter's Chance"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Hunter's Chance"@en .

_:N578ba199f84747fca8c4109e377c4e15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Otherworld"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Otherworld"@en .

_:N5d35a22d66db4b179c71f2cf9e4b5a80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zeromus"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Zeromus"@en .

_:N7ded75dba6924de5b4dca227fbe1516f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vamo' Alla Flamenco"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Vamo' Alla Flamenco"@en .

_:Na6ec3d7d3a41473e8448845cf4c6dc83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maybe I'm a Lion"@en ;
    mo:track_number 8 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Maybe I'm a Lion"@en .

_:Naa2751e330ae4f909df97250ee95c72b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Matoya's Cave"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N096e08773f29481fb4fd7ad1674ac02f ;
    schema:name "Matoya's Cave"@en .

_:N096e08773f29481fb4fd7ad1674ac02f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N11b2b0ae290141a9be9f62545733ef5c,
        _:N2bc365c6e0db411191664873214a88a7,
        _:N3b659911c9ff4d7fa68b7ba1838a0eaf,
        _:N45a98d5588da4c31ad54673722f6a901,
        _:N4b1db71b5bbc49ae8ab6b2cfe095e408,
        _:N525118362371450f9b32534a0bef2beb,
        _:N578ba199f84747fca8c4109e377c4e15,
        _:N5d35a22d66db4b179c71f2cf9e4b5a80,
        _:N7ded75dba6924de5b4dca227fbe1516f,
        _:Na6ec3d7d3a41473e8448845cf4c6dc83,
        _:Naa2751e330ae4f909df97250ee95c72b ;
    mo:track_count 11 ;
    schema:duration "PT50:56"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N11b2b0ae290141a9be9f62545733ef5c,
        _:N2bc365c6e0db411191664873214a88a7,
        _:N3b659911c9ff4d7fa68b7ba1838a0eaf,
        _:N45a98d5588da4c31ad54673722f6a901,
        _:N4b1db71b5bbc49ae8ab6b2cfe095e408,
        _:N525118362371450f9b32534a0bef2beb,
        _:N578ba199f84747fca8c4109e377c4e15,
        _:N5d35a22d66db4b179c71f2cf9e4b5a80,
        _:N7ded75dba6924de5b4dca227fbe1516f,
        _:Na6ec3d7d3a41473e8448845cf4c6dc83,
        _:Naa2751e330ae4f909df97250ee95c72b .

