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

<artist/11621#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kako Someya"@en,
        "染谷和美"@ja ;
    foaf:made <album/1521#lyrics>,
        <album/1521#subject> ;
    foaf:name "Kako Someya"@en,
        "染谷和美"@ja .

<artist/13005#subject> a schema:Person,
        foaf:Person ;
    schema:name "Taro Yamashita"@en,
        "山下太郎"@ja ;
    foaf:made <album/1521#lyrics>,
        <album/1521#subject> ;
    foaf:name "Taro Yamashita"@en,
        "山下太郎"@ja .

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

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

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

<album/1521#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "FINAL FANTASY VIII original soundtrack special sampler"@en,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja-latn ;
    mo:composer <artist/77#subject> ;
    mo:produced_work <album/1521#musicalwork> ;
    schema:name "FINAL FANTASY VIII original soundtrack special sampler"@en,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja-latn .

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

<org/54#subject> schema:name "DigiCube Co.,Ltd."@en,
        "株式会社デジキューブ"@ja,
        "DigiCube Co.,Ltd."@ja-latn ;
    foaf:name "DigiCube Co.,Ltd."@en,
        "株式会社デジキューブ"@ja,
        "DigiCube Co.,Ltd."@ja-latn .

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

<https://medium-media.vgm.io/albums/12/1521/1521-1155557555.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/1521#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "FINAL FANTASY VIII original soundtrack special sampler"@en,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja-latn ;
    mo:performance_of <album/1521#musicalwork> ;
    mo:performer <artist/137#subject> ;
    mo:recorded_as <album/1521#musicalexpression> ;
    schema:byArtist <artist/137#subject> ;
    schema:name "FINAL FANTASY VIII original soundtrack special sampler"@en,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja-latn ;
    schema:workPerformed <album/1521#musicalwork> .

<artist/137#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1521#performance> ;
    schema:name "Faye Wong"@en,
        "王菲"@ja ;
    foaf:name "Faye Wong"@en,
        "王菲"@ja .

<album/1521#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-01-01"^^xsd:date ;
    dcterms:title "FINAL FANTASY VIII original soundtrack special sampler"@en,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja-latn ;
    mo:catalogue_number "TGCS-624" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1521#musicalexpression> ;
    mo:publisher <org/54#subject> ;
    mo:record _:N836b7b5ef2574cd285660040a12d8390 ;
    mo:record_count 1 ;
    schema:about <product/189#subject> ;
    schema:byArtist <artist/137#subject> ;
    schema:datePublished "1999-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/1521/1521-1155557555.jpg> ;
    schema:name "FINAL FANTASY VIII original soundtrack special sampler"@en,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja,
        "FINAL FANTASY VIII original soundtrack special sampler"@ja-latn ;
    schema:publisher <org/54#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/1521/1521-1155557555.jpg> .

_:N188bbfeff8de4b2294a647426af6ed8a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eyes On Me (disc3-20)"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Eyes On Me (disc3-20)"@en .

_:N23da3b6ea7f84b26a34cf290f9b8df2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fisherman's Horizon (disc3-07)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Fisherman's Horizon (disc3-07)"@en .

_:N486fe4b2a0d046dd802ad0c5580345e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Man with the Machine Gun (disc1-19)"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "The Man with the Machine Gun (disc1-19)"@en .

_:N4ccacae41c8e41b696a92415c4404e56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silence and Motion (disc3-16)"@en ;
    mo:track_number 10 ;
    schema:duration "PT5:48"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Silence and Motion (disc3-16)"@en .

_:N5c3559ed5d474ad89341f1234d2cbfe7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Liberi Fatali (disc1-01)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Liberi Fatali (disc1-01)"@en .

_:N72405e02a0704c399b385ee07ed6ad69 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Man with the Machine Gun (disc1-19)"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "The Man with the Machine Gun (disc1-19)"@en .

_:Na4c6dd32ef0f4c9f94f740f43253dc19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eyes On Me (disc3-20)"@en ;
    mo:track_number 11 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Eyes On Me (disc3-20)"@en .

_:Nb7a85d9239bd4c62a2d6a29f72dcbac6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silence and Motion (disc3-16)"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:48"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Silence and Motion (disc3-16)"@en .

_:Nc0bacf13e504413eb94cf5350d949e52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fisherman's Horizon (disc3-07)"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Fisherman's Horizon (disc3-07)"@en .

_:Ne52833a045744563a513b48c9b5f3d01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Liberi Fatali (disc1-01)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Liberi Fatali (disc1-01)"@en .

_:Nf7225a89096e42bf860ccda608e645d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eyes On Me (disc3-20)"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:N836b7b5ef2574cd285660040a12d8390 ;
    schema:name "Eyes On Me (disc3-20)"@en .

_:N836b7b5ef2574cd285660040a12d8390 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N188bbfeff8de4b2294a647426af6ed8a,
        _:N23da3b6ea7f84b26a34cf290f9b8df2a,
        _:N486fe4b2a0d046dd802ad0c5580345e4,
        _:N4ccacae41c8e41b696a92415c4404e56,
        _:N5c3559ed5d474ad89341f1234d2cbfe7,
        _:N72405e02a0704c399b385ee07ed6ad69,
        _:Na4c6dd32ef0f4c9f94f740f43253dc19,
        _:Nb7a85d9239bd4c62a2d6a29f72dcbac6,
        _:Nc0bacf13e504413eb94cf5350d949e52,
        _:Ne52833a045744563a513b48c9b5f3d01,
        _:Nf7225a89096e42bf860ccda608e645d5 ;
    mo:track_count 11 ;
    schema:duration "PT47:36"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N188bbfeff8de4b2294a647426af6ed8a,
        _:N23da3b6ea7f84b26a34cf290f9b8df2a,
        _:N486fe4b2a0d046dd802ad0c5580345e4,
        _:N4ccacae41c8e41b696a92415c4404e56,
        _:N5c3559ed5d474ad89341f1234d2cbfe7,
        _:N72405e02a0704c399b385ee07ed6ad69,
        _:Na4c6dd32ef0f4c9f94f740f43253dc19,
        _:Nb7a85d9239bd4c62a2d6a29f72dcbac6,
        _:Nc0bacf13e504413eb94cf5350d949e52,
        _:Ne52833a045744563a513b48c9b5f3d01,
        _:Nf7225a89096e42bf860ccda608e645d5 .

