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

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

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

<artist/293#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5013#subject> ;
    schema:name "Falcom Sound Team J.D.K."@en ;
    foaf:made <album/5013#composition>,
        <album/5013#subject> ;
    foaf:name "Falcom Sound Team J.D.K."@en .

<product/1887#subject> a schema:CreativeWork ;
    schema:name "The Legend of Heroes III: White Witch"@en,
        "英雄伝説III 白き魔女"@ja,
        "Eiyuu Densetsu III: Shiroki Majo"@ja-latn ;
    foaf:name "The Legend of Heroes III: White Witch"@en,
        "英雄伝説III 白き魔女"@ja,
        "Eiyuu Densetsu III: Shiroki Majo"@ja-latn .

<product/1888#subject> a schema:CreativeWork ;
    schema:name "The Legend of Heroes IV: A Tear of Vermilion"@en,
        "英雄伝説IV 朱紅い雫"@ja,
        "Eiyuu Densetsu IV: Akai Shizuku"@ja-latn ;
    foaf:name "The Legend of Heroes IV: A Tear of Vermilion"@en,
        "英雄伝説IV 朱紅い雫"@ja,
        "Eiyuu Densetsu IV: Akai Shizuku"@ja-latn .

<product/1889#subject> a schema:CreativeWork ;
    schema:name "The Legend of Heroes V: A Cagesong of the Ocean"@en,
        "英雄伝説V 海の檻歌"@ja,
        "The Legend of Heroes V: Umi no Oriuta"@ja-latn ;
    foaf:name "The Legend of Heroes V: A Cagesong of the Ocean"@en,
        "英雄伝説V 海の檻歌"@ja,
        "The Legend of Heroes V: Umi no Oriuta"@ja-latn .

<album/5013#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gagharv sound trilogy"@en,
        "ガガーブサウンドトリロジ"@ja,
        "Gagharv sound trilogy"@ja-latn ;
    mo:composer <artist/293#subject> ;
    mo:produced_work <album/5013#musicalwork> ;
    schema:name "Gagharv sound trilogy"@en,
        "ガガーブサウンドトリロジ"@ja,
        "Gagharv sound trilogy"@ja-latn .

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

<org/1943#subject> schema:name "Falcom"@en,
        "ファルコム"@ja,
        "Falcom"@ja-latn ;
    foaf:name "Falcom"@en,
        "ファルコム"@ja,
        "Falcom"@ja-latn .

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

<https://medium-media.vgm.io/albums/31/5013/5013-1234700047.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2079#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/5013#performance> ;
    schema:name "J.D.K. Electric Orchestra"@en ;
    foaf:name "J.D.K. Electric Orchestra"@en .

<artist/609#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/5013#performance> ;
    schema:name "J.D.K. Band"@en ;
    foaf:name "J.D.K. Band"@en .

<album/5013#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gagharv sound trilogy"@en,
        "ガガーブサウンドトリロジ"@ja,
        "Gagharv sound trilogy"@ja-latn ;
    mo:performance_of <album/5013#musicalwork> ;
    mo:performer <artist/2079#subject>,
        <artist/609#subject> ;
    mo:recorded_as <album/5013#musicalexpression> ;
    schema:byArtist <artist/2079#subject>,
        <artist/609#subject> ;
    schema:name "Gagharv sound trilogy"@en,
        "ガガーブサウンドトリロジ"@ja,
        "Gagharv sound trilogy"@ja-latn ;
    schema:workPerformed <album/5013#musicalwork> .

<album/5013#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-12-09"^^xsd:date ;
    dcterms:title "Gagharv sound trilogy"@en,
        "ガガーブサウンドトリロジ"@ja,
        "Gagharv sound trilogy"@ja-latn ;
    mo:catalogue_number "NF02027" ;
    mo:media_type "CD" ;
    mo:publication_of <album/5013#musicalexpression> ;
    mo:publisher <org/1943#subject> ;
    mo:record _:N3078d3c8650e495daac450a954891808 ;
    mo:record_count 1 ;
    schema:about <product/1887#subject>,
        <product/1888#subject>,
        <product/1889#subject> ;
    schema:byArtist <artist/2079#subject>,
        <artist/609#subject> ;
    schema:datePublished "1999-12-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/31/5013/5013-1234700047.jpg> ;
    schema:name "Gagharv sound trilogy"@en,
        "ガガーブサウンドトリロジ"@ja,
        "Gagharv sound trilogy"@ja-latn ;
    schema:publisher <org/1943#subject> ;
    foaf:depiction <https://media.vgm.io/albums/31/5013/5013-1234700047.jpg> .

_:N00cda0d9587a490f897dcc8bcc10b07f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Limits of Strength"@en,
        "力の限り"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "The Limits of Strength"@en,
        "力の限り"@ja .

_:N16bc4ebec7b84626bc2c453d226ec3b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The White Witch Gueld"@en,
        "白き魔女ゲルド"@ja ;
    mo:track_number 14 ;
    schema:duration "PT5:59"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "The White Witch Gueld"@en,
        "白き魔女ゲルド"@ja .

_:N23d2e113233743b18e3cd3a64a2c78bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Riding the Ocean on the Wind"@en,
        "海原を風に乗り"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Riding the Ocean on the Wind"@en,
        "海原を風に乗り"@ja .

_:N3de89359247e4fa9af2f43524604139f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Tear of Vermilion ~Friends' Smiling Faces~"@en,
        "朱紅い雫 ～友の笑顔～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "A Tear of Vermilion ~Friends' Smiling Faces~"@en,
        "朱紅い雫 ～友の笑顔～"@ja .

_:N4b16d047640c4f3bbe7c77a87d2d3c0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "See Our Spirit -Forte-"@en,
        "それ見よ我が元気－フォルト－"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:43"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "See Our Spirit -Forte-"@en,
        "それ見よ我が元気－フォルト－"@ja .

_:N5a79a5b088c843eab25968ec1868bc59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Sparkle of Love"@en,
        "愛はきらめきのなかに"@ja ;
    mo:track_number 18 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "In the Sparkle of Love"@en,
        "愛はきらめきのなかに"@ja .

_:N6f35f55558bc4c0d8dcfe6a3a77ad8a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Tear of Vermilion"@en,
        "朱紅い雫"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:50"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "A Tear of Vermilion"@en,
        "朱紅い雫"@ja .

_:N71bc0ce333dd4ae28f82fb38ffc6fadd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "See Our Spirit"@en,
        "それ見よ我が元気"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "See Our Spirit"@en,
        "それ見よ我が元気"@ja .

_:N8092c254533047dea248c3fbb6300f40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Iron Manufacturing Town ~Guia~"@en,
        "製鉄の町 ～ギア～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Iron Manufacturing Town ~Guia~"@en,
        "製鉄の町 ～ギア～"@ja .

_:N848d53fb2faa4ad2886c65f9c42b2eaf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Want to Feel Love -Demise-"@en,
        "愛を感じていたい－終焉－"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "I Want to Feel Love -Demise-"@en,
        "愛を感じていたい－終焉－"@ja .

_:N8fc8df62bad24419bc75ff524a8fc8ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Town of the Eternal People"@en,
        "永遠なる民の町"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Town of the Eternal People"@en,
        "永遠なる民の町"@ja .

_:N95da9a6696964b3d96c0e97b836287c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stepping Lightly"@en,
        "足どり軽く"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Stepping Lightly"@en,
        "足どり軽く"@ja .

_:Na01941140ab44a2392ef77ef65697635 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oldos Cathedral"@en,
        "オルドス大聖堂"@ja ;
    mo:track_number 16 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Oldos Cathedral"@en,
        "オルドス大聖堂"@ja .

_:Ncd06c5f216504fdb8463aed6a9b25f6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Of Every Future"@en,
        "それぞれの未来に"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Of Every Future"@en,
        "それぞれの未来に"@ja .

_:Ndb48e9147f274bd692232a1581fdfed1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Little Heroes -The Great Adventure of Jurio and Chris-"@en,
        "小さな英雄－ジュリオとクリスの大冒険－"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Little Heroes -The Great Adventure of Jurio and Chris-"@en,
        "小さな英雄－ジュリオとクリスの大冒険－"@ja .

_:Nde379cc098b848338ff0fc4bf674e278 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Undersea Melody ~Birth~ -Forte-"@en,
        "水底のメロディー ～誕生～ －フォルト－"@ja ;
    mo:track_number 6 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Undersea Melody ~Birth~ -Forte-"@en,
        "水底のメロディー ～誕生～ －フォルト－"@ja .

_:Ned4137cfd4bf4a9d997f65008c98b0b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Leone Fredrik Richter -A Cagesong of the Ocean-"@en,
        "Leone Fredrik Richter －海の檻歌－"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Leone Fredrik Richter -A Cagesong of the Ocean-"@en,
        "Leone Fredrik Richter －海の檻歌－"@ja .

_:Nedc9b6dd5ec0463fac037f71d288f70c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Song of the Gentle Breeze"@en,
        "そよ風の唄"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:N3078d3c8650e495daac450a954891808 ;
    schema:name "Song of the Gentle Breeze"@en,
        "そよ風の唄"@ja .

_:N3078d3c8650e495daac450a954891808 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00cda0d9587a490f897dcc8bcc10b07f,
        _:N16bc4ebec7b84626bc2c453d226ec3b3,
        _:N23d2e113233743b18e3cd3a64a2c78bf,
        _:N3de89359247e4fa9af2f43524604139f,
        _:N4b16d047640c4f3bbe7c77a87d2d3c0e,
        _:N5a79a5b088c843eab25968ec1868bc59,
        _:N6f35f55558bc4c0d8dcfe6a3a77ad8a9,
        _:N71bc0ce333dd4ae28f82fb38ffc6fadd,
        _:N8092c254533047dea248c3fbb6300f40,
        _:N848d53fb2faa4ad2886c65f9c42b2eaf,
        _:N8fc8df62bad24419bc75ff524a8fc8ab,
        _:N95da9a6696964b3d96c0e97b836287c8,
        _:Na01941140ab44a2392ef77ef65697635,
        _:Ncd06c5f216504fdb8463aed6a9b25f6f,
        _:Ndb48e9147f274bd692232a1581fdfed1,
        _:Nde379cc098b848338ff0fc4bf674e278,
        _:Ned4137cfd4bf4a9d997f65008c98b0b2,
        _:Nedc9b6dd5ec0463fac037f71d288f70c ;
    mo:track_count 18 ;
    schema:duration "PT63:13"^^xsd:interval ;
    schema:numTracks 18 ;
    schema:track _:N00cda0d9587a490f897dcc8bcc10b07f,
        _:N16bc4ebec7b84626bc2c453d226ec3b3,
        _:N23d2e113233743b18e3cd3a64a2c78bf,
        _:N3de89359247e4fa9af2f43524604139f,
        _:N4b16d047640c4f3bbe7c77a87d2d3c0e,
        _:N5a79a5b088c843eab25968ec1868bc59,
        _:N6f35f55558bc4c0d8dcfe6a3a77ad8a9,
        _:N71bc0ce333dd4ae28f82fb38ffc6fadd,
        _:N8092c254533047dea248c3fbb6300f40,
        _:N848d53fb2faa4ad2886c65f9c42b2eaf,
        _:N8fc8df62bad24419bc75ff524a8fc8ab,
        _:N95da9a6696964b3d96c0e97b836287c8,
        _:Na01941140ab44a2392ef77ef65697635,
        _:Ncd06c5f216504fdb8463aed6a9b25f6f,
        _:Ndb48e9147f274bd692232a1581fdfed1,
        _:Nde379cc098b848338ff0fc4bf674e278,
        _:Ned4137cfd4bf4a9d997f65008c98b0b2,
        _:Nedc9b6dd5ec0463fac037f71d288f70c .

