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

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

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

<artist/148#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86001#subject> ;
    schema:name "Yuzo Koshiro"@en,
        "古代祐三"@ja ;
    foaf:made <album/86001#composition>,
        <album/86001#subject> ;
    foaf:name "Yuzo Koshiro"@en,
        "古代祐三"@ja .

<artist/362#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86001#subject> ;
    schema:name "Hideya Nagata"@en,
        "永田英哉"@ja ;
    foaf:made <album/86001#composition>,
        <album/86001#subject> ;
    foaf:name "Hideya Nagata"@en,
        "永田英哉"@ja .

<artist/700#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86001#subject> ;
    schema:name "Mieko Ishikawa"@en,
        "石川三恵子"@ja ;
    foaf:made <album/86001#composition>,
        <album/86001#subject> ;
    foaf:name "Mieko Ishikawa"@en,
        "石川三恵子"@ja .

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<product/266#subject> a schema:CreativeWork ;
    schema:name "Ys: Ancient Ys Vanished Omen"@en,
        "イース: Ancient Ys Vanished Omen"@ja,
        "Ys: Ancient Ys Vanished Omen"@ja-latn ;
    foaf:name "Ys: Ancient Ys Vanished Omen"@en,
        "イース: Ancient Ys Vanished Omen"@ja,
        "Ys: Ancient Ys Vanished Omen"@ja-latn .

<product/267#subject> a schema:CreativeWork ;
    schema:name "Ys II: Ancient Ys Vanished The Final Chapter"@en,
        "イース II: Ancient Ys Vanished The Final Chapter"@ja,
        "Ys II: Ancient Ys Vanished The Final Chapter"@ja-latn ;
    foaf:name "Ys II: Ancient Ys Vanished The Final Chapter"@en,
        "イース II: Ancient Ys Vanished The Final Chapter"@ja,
        "Ys II: Ancient Ys Vanished The Final Chapter"@ja-latn .

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

<org/362#subject> schema:name "FREEZEMOON"@en,
        "FREEZEMOON"@ja,
        "FREEZEMOON"@ja-latn ;
    foaf:name "FREEZEMOON"@en,
        "FREEZEMOON"@ja,
        "FREEZEMOON"@ja-latn .

<https://media.vgm.io/albums/10/86001/86001-c72e6a0921cf.webp> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/86001#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/86001/86001-c72e6a0921cf.webp> ;
    foaf:depicts <album/86001#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/86001/86001-c72e6a0921cf.webp> .

<https://medium-media.vgm.io/albums/10/86001/86001-c72e6a0921cf.webp> a schema:ImageObject,
        foaf:Image .

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

<album/86001#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ys I & II The sounds of CLELIA"@en,
        "イース クレリアの響き"@ja,
        "Ys I & II The sounds of CLELIA"@ja-latn ;
    mo:performance_of <album/86001#musicalwork> ;
    mo:performer <artist/5068#subject> ;
    mo:recorded_as <album/86001#musicalexpression> ;
    schema:byArtist <artist/5068#subject> ;
    schema:name "Ys I & II The sounds of CLELIA"@en,
        "イース クレリアの響き"@ja,
        "Ys I & II The sounds of CLELIA"@ja-latn ;
    schema:workPerformed <album/86001#musicalwork> .

<artist/5068#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86001#performance> ;
    schema:name "Masashi Endo"@en,
        "遠藤理史"@ja ;
    foaf:name "Masashi Endo"@en,
        "遠藤理史"@ja .

<album/86001#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ys I & II The sounds of CLELIA"@en,
        "イース クレリアの響き"@ja,
        "Ys I & II The sounds of CLELIA"@ja-latn ;
    mo:composer <artist/148#subject>,
        <artist/362#subject>,
        <artist/700#subject> ;
    mo:produced_work <album/86001#musicalwork> ;
    schema:name "Ys I & II The sounds of CLELIA"@en,
        "イース クレリアの響き"@ja,
        "Ys I & II The sounds of CLELIA"@ja-latn .

<album/86001#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "Ys I & II The sounds of CLELIA"@en,
        "イース クレリアの響き"@ja,
        "Ys I & II The sounds of CLELIA"@ja-latn ;
    mo:catalogue_number "FMLL-04" ;
    mo:media_type "CD" ;
    mo:publication_of <album/86001#musicalexpression> ;
    mo:publisher <org/362#subject> ;
    mo:record _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/266#subject>,
        <product/267#subject> ;
    schema:byArtist <artist/5068#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/86001/86001-c72e6a0921cf.webp> ;
    schema:name "Ys I & II The sounds of CLELIA"@en,
        "イース クレリアの響き"@ja,
        "Ys I & II The sounds of CLELIA"@ja-latn ;
    schema:publisher <org/362#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/86001/86001-c72e6a0921cf.webp> .

_:N084702ceef61440f94cd91e2c34d31c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fountain of Love"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Fountain of Love"@en .

_:N09f5b5c58ea441f294e47fecacbe8374 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fountain of Love"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Fountain of Love"@en .

_:N315f1e2026944e81835128237021d7ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Palace of SALMON"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Palace of SALMON"@en .

_:N5557f5142b194b3b9e8ab5b703ab8e76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chase of Shadow"@en ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Chase of Shadow"@en .

_:N9a9e747ca445436888ca1d6278b27d97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beat of the Terror"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Beat of the Terror"@en .

_:Nba5a4ef113be486b99bbcdca5f4d83a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beat of the Terror"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Beat of the Terror"@en .

_:Ncf4d89f2e0964d7787ed714e68a56c82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ruins of MOONDORIA"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Ruins of MOONDORIA"@en .

_:Nde30da488b284bfe8a5d7fabc769f550 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ruins of MOONDORIA"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Ruins of MOONDORIA"@en .

_:Nef357529a2b54903aff670d03e697c1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Palace of SALMON"@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd49b7bbf5288474a96854fa0c9ec6f11 ;
    schema:name "Palace of SALMON"@en .

_:Nd49b7bbf5288474a96854fa0c9ec6f11 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N084702ceef61440f94cd91e2c34d31c5,
        _:N09f5b5c58ea441f294e47fecacbe8374,
        _:N315f1e2026944e81835128237021d7ab,
        _:N5557f5142b194b3b9e8ab5b703ab8e76,
        _:N9a9e747ca445436888ca1d6278b27d97,
        _:Nba5a4ef113be486b99bbcdca5f4d83a1,
        _:Ncf4d89f2e0964d7787ed714e68a56c82,
        _:Nde30da488b284bfe8a5d7fabc769f550,
        _:Nef357529a2b54903aff670d03e697c1f ;
    mo:track_count 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N084702ceef61440f94cd91e2c34d31c5,
        _:N09f5b5c58ea441f294e47fecacbe8374,
        _:N315f1e2026944e81835128237021d7ab,
        _:N5557f5142b194b3b9e8ab5b703ab8e76,
        _:N9a9e747ca445436888ca1d6278b27d97,
        _:Nba5a4ef113be486b99bbcdca5f4d83a1,
        _:Ncf4d89f2e0964d7787ed714e68a56c82,
        _:Nde30da488b284bfe8a5d7fabc769f550,
        _:Nef357529a2b54903aff670d03e697c1f .

