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

<album/115> a mo:Release ;
    mo:catalogue_number "K32X-7710" .

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

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

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

<artist/293#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4605#subject> ;
    schema:name "Nihon Falcom"@en ;
    foaf:made <album/4605#composition>,
        <album/4605#subject> ;
    foaf:name "Nihon Falcom"@en .

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

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

<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/4605#musicalexpression> a mo:Signal ;
    mo:published_as <album/4605#subject> ;
    mo:records <album/4605#performance> .

<org/4028#subject> schema:name "CGM Series"@en,
        "CGM Series"@ja,
        "CGM Series"@ja-latn ;
    foaf:name "CGM Series"@en,
        "CGM Series"@ja,
        "CGM Series"@ja-latn .

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

<https://medium-media.vgm.io/albums/50/4605/4605-1547942133.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/4605#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Symphony Ys"@en,
        "交響曲 「イース」"@ja,
        "Symphony Ys"@ja-latn ;
    mo:performance_of <album/4605#musicalwork> ;
    mo:performer <artist/1001#subject> ;
    mo:recorded_as <album/4605#musicalexpression> ;
    schema:byArtist <artist/1001#subject> ;
    schema:name "Symphony Ys"@en,
        "交響曲 「イース」"@ja,
        "Symphony Ys"@ja-latn ;
    schema:workPerformed <album/4605#musicalwork> .

<artist/1001#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/4605#performance> ;
    schema:name "King Symphonic Orchestra"@en,
        "キング・シンフォニック・オーケストラ"@ja ;
    foaf:name "King Symphonic Orchestra"@en,
        "キング・シンフォニック・オーケストラ"@ja .

<album/4605#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Symphony Ys"@en,
        "交響曲 「イース」"@ja,
        "Symphony Ys"@ja-latn ;
    mo:composer <artist/148#subject>,
        <artist/293#subject>,
        <artist/362#subject>,
        <artist/700#subject> ;
    mo:produced_work <album/4605#musicalwork> ;
    schema:name "Symphony Ys"@en,
        "交響曲 「イース」"@ja,
        "Symphony Ys"@ja-latn .

<album/4605#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1988-11-05"^^xsd:date ;
    dcterms:title "Symphony Ys"@en,
        "交響曲 「イース」"@ja,
        "Symphony Ys"@ja-latn ;
    mo:catalogue_number "K28H-4710" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/115> ;
    mo:publication_of <album/4605#musicalexpression> ;
    mo:publisher <org/4028#subject> ;
    mo:record _:Nfd7f5cb0d0d744229a489b159b1a11ce ;
    mo:record_count 1 ;
    schema:about <product/266#subject>,
        <product/267#subject> ;
    schema:byArtist <artist/1001#subject> ;
    schema:datePublished "1988-11-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/50/4605/4605-1547942133.jpg> ;
    schema:name "Symphony Ys"@en,
        "交響曲 「イース」"@ja,
        "Symphony Ys"@ja-latn ;
    schema:publisher <org/4028#subject> ;
    foaf:depiction <https://media.vgm.io/albums/50/4605/4605-1547942133.jpg> .

_:N8003c8feff4040ba85a789ff385cd33e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "First Movement ~from Ys~"@en,
        "第一楽章 ～イースより～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT11:08"^^xsd:interval ;
    schema:inPlaylist _:Nfd7f5cb0d0d744229a489b159b1a11ce ;
    schema:name "First Movement ~from Ys~"@en,
        "第一楽章 ～イースより～"@ja .

_:N988c453bcce441a5aa06ee9197dba405 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Third Movement ~from Ys II~"@en,
        "第三楽章 ～イースIIより～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:30"^^xsd:interval ;
    schema:inPlaylist _:Nfd7f5cb0d0d744229a489b159b1a11ce ;
    schema:name "Third Movement ~from Ys II~"@en,
        "第三楽章 ～イースIIより～"@ja .

_:N9f1b276b89a946b79bd7e093354c6331 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fourth Movement ~from Ys II~"@en,
        "第四楽章 ～イースIIより～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT11:39"^^xsd:interval ;
    schema:inPlaylist _:Nfd7f5cb0d0d744229a489b159b1a11ce ;
    schema:name "Fourth Movement ~from Ys II~"@en,
        "第四楽章 ～イースIIより～"@ja .

_:Nd128eb5124d64ebe9a69d23e8577cfda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Second Movement ~from Ys~"@en,
        "第二楽章 ～イースより～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT8:39"^^xsd:interval ;
    schema:inPlaylist _:Nfd7f5cb0d0d744229a489b159b1a11ce ;
    schema:name "Second Movement ~from Ys~"@en,
        "第二楽章 ～イースより～"@ja .

_:Nfd7f5cb0d0d744229a489b159b1a11ce a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8003c8feff4040ba85a789ff385cd33e,
        _:N988c453bcce441a5aa06ee9197dba405,
        _:N9f1b276b89a946b79bd7e093354c6331,
        _:Nd128eb5124d64ebe9a69d23e8577cfda ;
    mo:track_count 4 ;
    schema:duration "PT19:09"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N8003c8feff4040ba85a789ff385cd33e,
        _:N988c453bcce441a5aa06ee9197dba405,
        _:N9f1b276b89a946b79bd7e093354c6331,
        _:Nd128eb5124d64ebe9a69d23e8577cfda .

