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

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

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

<album/8187> a mo:Release ;
    mo:catalogue_number "SQEX-10117" .

<artist/610#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/22974#subject> ;
    schema:name "Naoshi Mizuta"@en,
        "水田直志"@ja ;
    foaf:made <album/22974#composition>,
        <album/22974#subject> ;
    foaf:name "Naoshi Mizuta"@en,
        "水田直志"@ja .

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

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

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

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

<https://media.vgm.io/albums/47/22974/22974-41712b1cbf26.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/22974#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/47/22974/22974-41712b1cbf26.jpg> ;
    foaf:depicts <album/22974#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/47/22974/22974-41712b1cbf26.jpg> .

<https://medium-media.vgm.io/albums/47/22974/22974-41712b1cbf26.jpg> a schema:ImageObject,
        foaf:Image .

<album/22974#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Piano Collections FINAL FANTASY XI"@en,
        "ピアノ・コレクションズ ファイナルファンタジーXI"@ja,
        "Piano Collections FINAL FANTASY XI"@ja-latn ;
    mo:composer <artist/610#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/22974#musicalwork> ;
    schema:name "Piano Collections FINAL FANTASY XI"@en,
        "ピアノ・コレクションズ ファイナルファンタジーXI"@ja,
        "Piano Collections FINAL FANTASY XI"@ja-latn .

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

<artist/616#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22974#performance> ;
    schema:name "Ayumi Iga"@en,
        "伊賀あゆみ"@ja ;
    foaf:name "Ayumi Iga"@en,
        "伊賀あゆみ"@ja .

<artist/617#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22974#performance> ;
    schema:name "Kasumi Oga"@en ;
    foaf:name "Kasumi Oga"@en .

<album/22974#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Piano Collections FINAL FANTASY XI"@en,
        "ピアノ・コレクションズ ファイナルファンタジーXI"@ja,
        "Piano Collections FINAL FANTASY XI"@ja-latn ;
    mo:performance_of <album/22974#musicalwork> ;
    mo:performer <artist/616#subject>,
        <artist/617#subject> ;
    mo:recorded_as <album/22974#musicalexpression> ;
    schema:byArtist <artist/616#subject>,
        <artist/617#subject> ;
    schema:name "Piano Collections FINAL FANTASY XI"@en,
        "ピアノ・コレクションズ ファイナルファンタジーXI"@ja,
        "Piano Collections FINAL FANTASY XI"@ja-latn ;
    schema:workPerformed <album/22974#musicalwork> .

<album/22974#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-01-01"^^xsd:date ;
    dcterms:title "Piano Collections FINAL FANTASY XI"@en,
        "ピアノ・コレクションズ ファイナルファンタジーXI"@ja,
        "Piano Collections FINAL FANTASY XI"@ja-latn ;
    mo:catalogue_number "KO-99069" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/8187> ;
    mo:publication_of <album/22974#musicalexpression> ;
    mo:publisher <org/296#subject> ;
    mo:record _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    mo:record_count 1 ;
    schema:about <product/206#subject> ;
    schema:byArtist <artist/616#subject>,
        <artist/617#subject> ;
    schema:datePublished "2008-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/47/22974/22974-41712b1cbf26.jpg> ;
    schema:name "Piano Collections FINAL FANTASY XI"@en,
        "ピアノ・コレクションズ ファイナルファンタジーXI"@ja,
        "Piano Collections FINAL FANTASY XI"@ja-latn ;
    schema:publisher <org/296#subject> ;
    foaf:depiction <https://media.vgm.io/albums/47/22974/22974-41712b1cbf26.jpg> .

_:N07161247d3c145d390f0763daab5c194 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Whispers of the Gods"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Whispers of the Gods"@en .

_:N17823976bdcd40c0824b1ab6057c10b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ronfaure"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Ronfaure"@en .

_:N207403232cba49d4bed1fcade74d2e6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mercenaries' Delight"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Mercenaries' Delight"@en .

_:N3be39e1348464f29a6d9b5e8175eb182 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sanctuary of Zi'Tah"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "The Sanctuary of Zi'Tah"@en .

_:N4283831300cf458193e16489a4a39d26 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Cosmic Wheel"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "The Cosmic Wheel"@en .

_:N54d5440131d1449bbca0c037a5585445 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A New Horizon -Tavnazian Archipelago"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "A New Horizon -Tavnazian Archipelago"@en .

_:N79f2ace1724649d5befb3294dc11a4a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Grand Duchy of Jeuno"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "The Grand Duchy of Jeuno"@en .

_:N93b1e3391e084609b8b2ae4b038083d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stargazing"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Stargazing"@en .

_:N9729b1c3755d46839b0924e485ae9d80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Griffons Never Die"@en ;
    mo:track_number 10 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Griffons Never Die"@en .

_:Nc1c1d889cba24c9284ebd6ddfc7bcaab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fated Strife -Besieged-"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Fated Strife -Besieged-"@en .

_:Nc7edc3cda0624d339f4979a3a52aedb0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wings of the Goddess"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:Nf87636fb16e7458db65d4d37c9df6c76 ;
    schema:name "Wings of the Goddess"@en .

_:Nf87636fb16e7458db65d4d37c9df6c76 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07161247d3c145d390f0763daab5c194,
        _:N17823976bdcd40c0824b1ab6057c10b0,
        _:N207403232cba49d4bed1fcade74d2e6f,
        _:N3be39e1348464f29a6d9b5e8175eb182,
        _:N4283831300cf458193e16489a4a39d26,
        _:N54d5440131d1449bbca0c037a5585445,
        _:N79f2ace1724649d5befb3294dc11a4a3,
        _:N93b1e3391e084609b8b2ae4b038083d5,
        _:N9729b1c3755d46839b0924e485ae9d80,
        _:Nc1c1d889cba24c9284ebd6ddfc7bcaab,
        _:Nc7edc3cda0624d339f4979a3a52aedb0 ;
    mo:track_count 11 ;
    schema:duration "PT41:33"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N07161247d3c145d390f0763daab5c194,
        _:N17823976bdcd40c0824b1ab6057c10b0,
        _:N207403232cba49d4bed1fcade74d2e6f,
        _:N3be39e1348464f29a6d9b5e8175eb182,
        _:N4283831300cf458193e16489a4a39d26,
        _:N54d5440131d1449bbca0c037a5585445,
        _:N79f2ace1724649d5befb3294dc11a4a3,
        _:N93b1e3391e084609b8b2ae4b038083d5,
        _:N9729b1c3755d46839b0924e485ae9d80,
        _:Nc1c1d889cba24c9284ebd6ddfc7bcaab,
        _:Nc7edc3cda0624d339f4979a3a52aedb0 .

