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

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

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

<artist/293#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/93962#subject> ;
    schema:name "Falcom Sound Team jdk"@en,
        "ファルコム・サウンド・チーム・jdk"@ja ;
    foaf:made <album/93962#composition>,
        <album/93962#subject> ;
    foaf:name "Falcom Sound Team jdk"@en,
        "ファルコム・サウンド・チーム・jdk"@ja .

<product/1886#subject> a schema:CreativeWork ;
    schema:name "Ys: The Oath in Felghana"@en,
        "イース -フェルガナの誓い-"@ja,
        "Ys: Felghana no Chikai"@ja-latn ;
    foaf:name "Ys: The Oath in Felghana"@en,
        "イース -フェルガナの誓い-"@ja,
        "Ys: Felghana no Chikai"@ja-latn .

<product/281#subject> a schema:CreativeWork ;
    schema:name "Ys IV: The Dawn of Ys"@en,
        "イース IV: The Dawn of Ys"@ja,
        "Ys IV: The Dawn of Ys"@ja-latn ;
    foaf:name "Ys IV: The Dawn of Ys"@en,
        "イース IV: The Dawn of Ys"@ja,
        "Ys IV: The Dawn of Ys"@ja-latn .

<product/803#subject> a schema:CreativeWork ;
    schema:name "Ys V: Ushinawareta Suna no Miyako Kefin"@en,
        "イース V: 失われた砂の都ケフィン"@ja,
        "Ys V: Ushinawareta Suna no Miyako Kefin"@ja-latn ;
    foaf:name "Ys V: Ushinawareta Suna no Miyako Kefin"@en,
        "イース V: 失われた砂の都ケフィン"@ja,
        "Ys V: Ushinawareta Suna no Miyako Kefin"@ja-latn .

<product/804#subject> a schema:CreativeWork ;
    schema:name "Ys VI: The Ark of Napishtim"@en,
        "イース VI: ナピシュテムの匣"@ja,
        "Ys VI: Napishtim no Hako"@ja-latn ;
    foaf:name "Ys VI: The Ark of Napishtim"@en,
        "イース VI: ナピシュテムの匣"@ja,
        "Ys VI: Napishtim no Hako"@ja-latn .

<product/806#subject> a schema:CreativeWork ;
    schema:name "Ys Seven"@en,
        "イースセブン"@ja,
        "Ys Seven"@ja-latn ;
    foaf:name "Ys Seven"@en,
        "イースセブン"@ja,
        "Ys Seven"@ja-latn .

<release/278#subject> a schema:CreativeWork ;
    schema:name "Ys I & II Chronicles"@en,
        "イースI&IIクロニクルズ"@ja,
        "Ys I & II Chronicles"@ja-latn ;
    foaf:name "Ys I & II Chronicles"@en,
        "イースI&IIクロニクルズ"@ja,
        "Ys I & II Chronicles"@ja-latn .

<release/3924#subject> a schema:CreativeWork ;
    schema:name "Ys (MSX2)"@en,
        "イース (MSX2)"@ja,
        "Ys (MSX2)"@ja-latn ;
    foaf:name "Ys (MSX2)"@en,
        "イース (MSX2)"@ja,
        "Ys (MSX2)"@ja-latn .

<album/93962#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ys Musical Selections: Past and Present"@en,
        "Ys Musical Selections: Past and Present"@ja,
        "Ys Musical Selections: Past and Present"@ja-latn ;
    mo:composer <artist/293#subject> ;
    mo:produced_work <album/93962#musicalwork> ;
    schema:name "Ys Musical Selections: Past and Present"@en,
        "Ys Musical Selections: Past and Present"@ja,
        "Ys Musical Selections: Past and Present"@ja-latn .

<album/93962#musicalexpression> a mo:Signal ;
    mo:published_as <album/93962#subject> ;
    mo:records <album/93962#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/26/93962/93962-767c6d18fc22.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/93962#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/26/93962/93962-767c6d18fc22.jpg> ;
    foaf:depicts <album/93962#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/26/93962/93962-767c6d18fc22.jpg> .

<https://medium-media.vgm.io/albums/26/93962/93962-767c6d18fc22.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/5303#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/93962#performance> ;
    schema:name "Atsushi Enomoto"@en,
        "榎本敦"@ja ;
    foaf:name "Atsushi Enomoto"@en,
        "榎本敦"@ja .

<artist/5305#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/93962#performance> ;
    schema:name "Masaru Teramae"@en,
        "寺前甲"@ja ;
    foaf:name "Masaru Teramae"@en,
        "寺前甲"@ja .

<artist/8449#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/93962#performance> ;
    schema:name "Mizuki Mizutani"@en,
        "水谷美月"@ja ;
    foaf:name "Mizuki Mizutani"@en,
        "水谷美月"@ja .

<artist/8543#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/93962#performance> ;
    schema:name "Daisuke Miyazaki"@en,
        "宮﨑大介"@ja ;
    foaf:name "Daisuke Miyazaki"@en,
        "宮﨑大介"@ja .

<artist/8918#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/93962#performance> ;
    schema:name "Toshiharu Okajima"@en,
        "岡島俊治"@ja ;
    foaf:name "Toshiharu Okajima"@en,
        "岡島俊治"@ja .

<album/93962#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-06-09"^^xsd:date ;
    dcterms:title "Ys Musical Selections: Past and Present"@en,
        "Ys Musical Selections: Past and Present"@ja,
        "Ys Musical Selections: Past and Present"@ja-latn ;
    mo:catalogue_number "82036-CD" ;
    mo:media_type "CD" ;
    mo:publication_of <album/93962#musicalexpression> ;
    mo:publisher <org/1943#subject> ;
    mo:record _:N7c67e21b78aa40be97ccbc2200838514 ;
    mo:record_count 1 ;
    schema:about <product/1886#subject>,
        <product/281#subject>,
        <product/803#subject>,
        <product/804#subject>,
        <product/806#subject>,
        <release/278#subject>,
        <release/3924#subject> ;
    schema:byArtist <artist/5303#subject>,
        <artist/5305#subject>,
        <artist/8449#subject>,
        <artist/8543#subject>,
        <artist/8918#subject> ;
    schema:datePublished "2020-06-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/26/93962/93962-767c6d18fc22.jpg> ;
    schema:name "Ys Musical Selections: Past and Present"@en,
        "Ys Musical Selections: Past and Present"@ja,
        "Ys Musical Selections: Past and Present"@ja-latn ;
    schema:publisher <org/1943#subject> ;
    foaf:depiction <https://media.vgm.io/albums/26/93962/93962-767c6d18fc22.jpg> .

<album/93962#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ys Musical Selections: Past and Present"@en,
        "Ys Musical Selections: Past and Present"@ja,
        "Ys Musical Selections: Past and Present"@ja-latn ;
    mo:performance_of <album/93962#musicalwork> ;
    mo:performer <artist/5303#subject>,
        <artist/5305#subject>,
        <artist/8449#subject>,
        <artist/8543#subject>,
        <artist/8918#subject> ;
    mo:recorded_as <album/93962#musicalexpression> ;
    schema:byArtist <artist/5303#subject>,
        <artist/5305#subject>,
        <artist/8449#subject>,
        <artist/8543#subject>,
        <artist/8918#subject> ;
    schema:name "Ys Musical Selections: Past and Present"@en,
        "Ys Musical Selections: Past and Present"@ja,
        "Ys Musical Selections: Past and Present"@ja-latn ;
    schema:workPerformed <album/93962#musicalwork> .

_:N074900dbc3e44c8ebe56904a7726b968 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Subterranean Canal"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Subterranean Canal"@en .

_:N15159b637a684329a63d4459da25de73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Ridge of Noltia"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Ice Ridge of Noltia"@en .

_:N16f8c1d129a041bab6a7c8fe94b66772 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Beginning of SEVEN -INNOCENT PRIMEVAL BREAKER-"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "The Beginning of SEVEN -INNOCENT PRIMEVAL BREAKER-"@en .

_:N23138e4d44134d2498303f2ebd9bda36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Ambition of Duless -OVERDRIVE-"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "The Ambition of Duless -OVERDRIVE-"@en .

_:N43f9f50c3854410ba87e450abdfa70f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fly with Me (Staff Credits)"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Fly with Me (Staff Credits)"@en .

_:N7206581ab7f343cdb5698d78a491986f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Illburns Ruins"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Illburns Ruins"@en .

_:N80e0b0d52db24c3a844563fddf710ea7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Open Your Heart (Opening)"@en ;
    mo:track_number 10 ;
    schema:duration "PT0:54"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Open Your Heart (Opening)"@en .

_:N8eb9f6158d3d430fb551f55ed9f1533f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fountain of Love (Town)"@en ;
    mo:track_number 11 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Fountain of Love (Town)"@en .

_:N97c2362d58174b18a706509848f45750 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Memory (Ending)"@en ;
    mo:track_number 13 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "In the Memory (Ending)"@en .

_:Nb40a255b257f4928ad8f95a4c460b8ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mighty Obstacle"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Mighty Obstacle"@en .

_:Nb53084f0b41b4d399def8a7f7baaf7c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreaming"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:39"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Dreaming"@en .

_:Nc302ebaf9aec44199897f07c344f32c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Devil's Step (Abandoned Mine)"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Devil's Step (Abandoned Mine)"@en .

_:Neb582d6f89b74d4bb988ddfb3892aeb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Field of Gale"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "Field of Gale"@en .

_:Nf5f14ed4e9494e85ad21b55df55cc323 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Kiss from Eldeel"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N7c67e21b78aa40be97ccbc2200838514 ;
    schema:name "A Kiss from Eldeel"@en .

_:N7c67e21b78aa40be97ccbc2200838514 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N074900dbc3e44c8ebe56904a7726b968,
        _:N15159b637a684329a63d4459da25de73,
        _:N16f8c1d129a041bab6a7c8fe94b66772,
        _:N23138e4d44134d2498303f2ebd9bda36,
        _:N43f9f50c3854410ba87e450abdfa70f5,
        _:N7206581ab7f343cdb5698d78a491986f,
        _:N80e0b0d52db24c3a844563fddf710ea7,
        _:N8eb9f6158d3d430fb551f55ed9f1533f,
        _:N97c2362d58174b18a706509848f45750,
        _:Nb40a255b257f4928ad8f95a4c460b8ff,
        _:Nb53084f0b41b4d399def8a7f7baaf7c9,
        _:Nc302ebaf9aec44199897f07c344f32c9,
        _:Neb582d6f89b74d4bb988ddfb3892aeb2,
        _:Nf5f14ed4e9494e85ad21b55df55cc323 ;
    mo:track_count 14 ;
    schema:duration "PT50:21"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N074900dbc3e44c8ebe56904a7726b968,
        _:N15159b637a684329a63d4459da25de73,
        _:N16f8c1d129a041bab6a7c8fe94b66772,
        _:N23138e4d44134d2498303f2ebd9bda36,
        _:N43f9f50c3854410ba87e450abdfa70f5,
        _:N7206581ab7f343cdb5698d78a491986f,
        _:N80e0b0d52db24c3a844563fddf710ea7,
        _:N8eb9f6158d3d430fb551f55ed9f1533f,
        _:N97c2362d58174b18a706509848f45750,
        _:Nb40a255b257f4928ad8f95a4c460b8ff,
        _:Nb53084f0b41b4d399def8a7f7baaf7c9,
        _:Nc302ebaf9aec44199897f07c344f32c9,
        _:Neb582d6f89b74d4bb988ddfb3892aeb2,
        _:Nf5f14ed4e9494e85ad21b55df55cc323 .

