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

<artist/8566#subject> a schema:Person,
        foaf:Person ;
    schema:name "Goro Miyazaki"@en,
        "宮崎吾朗"@ja ;
    foaf:made <album/50903#lyrics>,
        <album/50903#subject> ;
    foaf:name "Goro Miyazaki"@en,
        "宮崎吾朗"@ja .

<album/19352> a mo:Release ;
    mo:catalogue_number "YCCW-10028" .

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

<artist/3602#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50903#subject> ;
    schema:name "Hiroko Taniyama"@en,
        "谷山浩子"@ja ;
    foaf:made <album/50903#composition>,
        <album/50903#subject> ;
    foaf:name "Hiroko Taniyama"@en,
        "谷山浩子"@ja .

<artist/8487#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50903#subject> ;
    schema:name "Hisaaki Hogari"@en,
        "保刈久明"@ja ;
    foaf:made <album/50903#composition>,
        <album/50903#subject> ;
    foaf:name "Hisaaki Hogari"@en,
        "保刈久明"@ja .

<artist/864#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50903#subject> ;
    schema:name "Akino Arai"@en,
        "新居昭乃"@ja ;
    foaf:made <album/50903#composition>,
        <album/50903#lyrics>,
        <album/50903#subject> ;
    foaf:name "Akino Arai"@en,
        "新居昭乃"@ja .

<product/1782#subject> a schema:CreativeWork ;
    schema:name "Tales from Earthsea"@en,
        "ゲド戦記"@ja,
        "Ged Senki"@ja-latn ;
    foaf:name "Tales from Earthsea"@en,
        "ゲド戦記"@ja,
        "Ged Senki"@ja-latn .

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

<album/50903#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tales from Earthsea Anthology / Aoi Teshima"@en,
        "ゲド戦記歌集 / 手嶌葵"@ja,
        "Ged Senki Kashuu / Aoi Teshima"@ja-latn ;
    mo:performance_of <album/50903#musicalwork> ;
    mo:recorded_as <album/50903#musicalexpression> ;
    schema:name "Tales from Earthsea Anthology / Aoi Teshima"@en,
        "ゲド戦記歌集 / 手嶌葵"@ja,
        "Ged Senki Kashuu / Aoi Teshima"@ja-latn ;
    schema:workPerformed <album/50903#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/30/50903/50903-1423784141.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/50903#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tales from Earthsea Anthology / Aoi Teshima"@en,
        "ゲド戦記歌集 / 手嶌葵"@ja,
        "Ged Senki Kashuu / Aoi Teshima"@ja-latn ;
    mo:composer <artist/3602#subject>,
        <artist/8487#subject>,
        <artist/864#subject> ;
    mo:produced_work <album/50903#musicalwork> ;
    schema:name "Tales from Earthsea Anthology / Aoi Teshima"@en,
        "ゲド戦記歌集 / 手嶌葵"@ja,
        "Ged Senki Kashuu / Aoi Teshima"@ja-latn .

<album/50903#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-01-01"^^xsd:date ;
    dcterms:title "Tales from Earthsea Anthology / Aoi Teshima"@en,
        "ゲド戦記歌集 / 手嶌葵"@ja,
        "Ged Senki Kashuu / Aoi Teshima"@ja-latn ;
    mo:catalogue_number "MICA-0705" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/19352> ;
    mo:publication_of <album/50903#musicalexpression> ;
    mo:publisher <org/297#subject> ;
    mo:record _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    mo:record_count 1 ;
    schema:about <product/1782#subject> ;
    schema:datePublished "2007-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/30/50903/50903-1423784141.jpg> ;
    schema:name "Tales from Earthsea Anthology / Aoi Teshima"@en,
        "ゲド戦記歌集 / 手嶌葵"@ja,
        "Ged Senki Kashuu / Aoi Teshima"@ja-latn ;
    schema:publisher <org/297#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/50903/50903-1423784141.jpg> .

_:N3410c0d07c55450f99b16bb9fc2a8452 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Counting Song"@en,
        "数え唄"@ja,
        "Kazoe Uta"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Counting Song"@en,
        "数え唄"@ja,
        "Kazoe Uta"@ja-latn .

_:N5fe7af5a420a470bb51a2195563b7969 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Different People"@en,
        "別の人"@ja,
        "Betsu no Hito"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Different People"@en,
        "別の人"@ja,
        "Betsu no Hito"@ja-latn .

_:N7b9160e09a99443ca5d2c649d3c103df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Japanese Rowan"@en,
        "ナナカマド"@ja,
        "Nanakamado"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Japanese Rowan"@en,
        "ナナカマド"@ja,
        "Nanakamado"@ja-latn .

_:Na57d12ea33b64a629e28ca4d90d0784e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The End of Emptiness"@en,
        "空の終点"@ja,
        "Sora no Shuuten"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "The End of Emptiness"@en,
        "空の終点"@ja,
        "Sora no Shuuten"@ja-latn .

_:Nb424fec08018447d9474a5f480bc99af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twilight"@en,
        "黄昏"@ja,
        "Tasogare"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:54"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Twilight"@en,
        "黄昏"@ja,
        "Tasogare"@ja-latn .

_:Nc8ea529204214be5b06cb1c9eba9fff4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Therru's Song (Anthology Version)"@en,
        "テルーの唄 (歌集バージョン)"@ja,
        "Therru no Uta (Kashuu Version)"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Therru's Song (Anthology Version)"@en,
        "テルーの唄 (歌集バージョン)"@ja,
        "Therru no Uta (Kashuu Version)"@ja-latn .

_:Ne0950f46e39e47e7975e1d6ca6a4d084 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "On a Spring Evening"@en,
        "春の夜に"@ja,
        "Haru no Yoru ni"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "On a Spring Evening"@en,
        "春の夜に"@ja,
        "Haru no Yoru ni"@ja-latn .

_:Nefff0a847a664fc9bef21ed90fe58fab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dragon"@en,
        "竜"@ja,
        "Ryuu"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Dragon"@en,
        "竜"@ja,
        "Ryuu"@ja-latn .

_:Nf5f16c3dfcd748d48a7aa571bc16cb07 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Traveler"@en,
        "旅人"@ja,
        "Tabibito"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Traveler"@en,
        "旅人"@ja,
        "Tabibito"@ja-latn .

_:Nfa444591f6cb4dfa946fe15fc41af12e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Song of Time (Anthology Version)"@en,
        "時の歌 (歌集バージョン)"@ja,
        "Toki no Uta (Kashuu Version)"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N8f3c78f865e74decbc1c2cb06105b2c6 ;
    schema:name "Song of Time (Anthology Version)"@en,
        "時の歌 (歌集バージョン)"@ja,
        "Toki no Uta (Kashuu Version)"@ja-latn .

_:N8f3c78f865e74decbc1c2cb06105b2c6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3410c0d07c55450f99b16bb9fc2a8452,
        _:N5fe7af5a420a470bb51a2195563b7969,
        _:N7b9160e09a99443ca5d2c649d3c103df,
        _:Na57d12ea33b64a629e28ca4d90d0784e,
        _:Nb424fec08018447d9474a5f480bc99af,
        _:Nc8ea529204214be5b06cb1c9eba9fff4,
        _:Ne0950f46e39e47e7975e1d6ca6a4d084,
        _:Nefff0a847a664fc9bef21ed90fe58fab,
        _:Nf5f16c3dfcd748d48a7aa571bc16cb07,
        _:Nfa444591f6cb4dfa946fe15fc41af12e ;
    mo:track_count 10 ;
    schema:duration "PT38:35"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N3410c0d07c55450f99b16bb9fc2a8452,
        _:N5fe7af5a420a470bb51a2195563b7969,
        _:N7b9160e09a99443ca5d2c649d3c103df,
        _:Na57d12ea33b64a629e28ca4d90d0784e,
        _:Nb424fec08018447d9474a5f480bc99af,
        _:Nc8ea529204214be5b06cb1c9eba9fff4,
        _:Ne0950f46e39e47e7975e1d6ca6a4d084,
        _:Nefff0a847a664fc9bef21ed90fe58fab,
        _:Nf5f16c3dfcd748d48a7aa571bc16cb07,
        _:Nfa444591f6cb4dfa946fe15fc41af12e .

