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

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

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

<artist/11#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4412#subject> ;
    schema:name "Masami Ueda"@en,
        "上田雅美"@ja ;
    foaf:made <album/4412#composition>,
        <album/4412#subject> ;
    foaf:name "Masami Ueda"@en,
        "上田雅美"@ja .

<artist/13#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4412#subject> ;
    schema:name "Rei Kondoh"@en,
        "近藤嶺"@ja ;
    foaf:made <album/4412#composition>,
        <album/4412#subject> ;
    foaf:name "Rei Kondoh"@en,
        "近藤嶺"@ja .

<artist/6379#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4412#subject> ;
    schema:name "JUN"@en ;
    foaf:made <album/4412#composition>,
        <album/4412#subject> ;
    foaf:name "JUN"@en .

<product/170#subject> a schema:CreativeWork ;
    schema:name "Ōkami"@en,
        "大神"@ja,
        "Ōkami"@ja-latn ;
    foaf:name "Ōkami"@en,
        "大神"@ja,
        "Ōkami"@ja-latn .

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

<album/4412#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Okami Piano Arrange"@en,
        "大神 ピアノ・アレンジ"@ja,
        "Okami Piano Arrange"@ja-latn ;
    mo:performance_of <album/4412#musicalwork> ;
    mo:recorded_as <album/4412#musicalexpression> ;
    schema:name "Okami Piano Arrange"@en,
        "大神 ピアノ・アレンジ"@ja,
        "Okami Piano Arrange"@ja-latn ;
    schema:workPerformed <album/4412#musicalwork> .

<org/36#subject> schema:name "SULEPUTER"@en,
        "セルピュータ"@ja,
        "SULEPUTER"@ja-latn ;
    foaf:name "SULEPUTER"@en,
        "セルピュータ"@ja,
        "SULEPUTER"@ja-latn .

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

<https://medium-media.vgm.io/albums/21/4412/4412-1518457463.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/4412#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Okami Piano Arrange"@en,
        "大神 ピアノ・アレンジ"@ja,
        "Okami Piano Arrange"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(T's MUSIC)"@en ;
            foaf:made <album/4412#composition> ;
            foaf:name "(T's MUSIC)"@en ],
        <artist/11#subject>,
        <artist/13#subject>,
        <artist/6379#subject> ;
    mo:produced_work <album/4412#musicalwork> ;
    schema:name "Okami Piano Arrange"@en,
        "大神 ピアノ・アレンジ"@ja,
        "Okami Piano Arrange"@ja-latn .

<album/4412#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-03-30"^^xsd:date ;
    dcterms:title "Okami Piano Arrange"@en,
        "大神 ピアノ・アレンジ"@ja,
        "Okami Piano Arrange"@ja-latn ;
    mo:catalogue_number "CPCA-10184" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4412#musicalexpression> ;
    mo:publisher <org/36#subject> ;
    mo:record _:N058be639d9454f248ef0e3ea82bd34a9 ;
    mo:record_count 1 ;
    schema:about <product/170#subject> ;
    schema:datePublished "2007-03-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/4412/4412-1518457463.jpg> ;
    schema:name "Okami Piano Arrange"@en,
        "大神 ピアノ・アレンジ"@ja,
        "Okami Piano Arrange"@ja-latn ;
    schema:publisher <org/36#subject> ;
    foaf:depiction <https://media.vgm.io/albums/21/4412/4412-1518457463.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4412#subject> ;
    schema:name "(T's MUSIC)"@en ;
    foaf:made <album/4412#subject> ;
    foaf:name "(T's MUSIC)"@en .

_:N3711cc18ddde4b8ba25929ff1c6b470b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rising Sun"@en,
        "The Sun Rises"@en,
        "太陽は昇る"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Rising Sun"@en,
        "The Sun Rises"@en,
        "太陽は昇る"@ja .

_:N4323bc2785c94c1ca78bce8c578f8a96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Continuing Journey"@en,
        "The Journey Continues"@en,
        "旅は続く"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "The Continuing Journey"@en,
        "The Journey Continues"@en,
        "旅は続く"@ja .

_:N433b3588ff334c2a87186ce23eda5c88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Orca's Theme"@en,
        "Shachimaru's Theme"@en,
        "シャチ丸のテーマ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Orca's Theme"@en,
        "Shachimaru's Theme"@en,
        "シャチ丸のテーマ"@ja .

_:N64ee052ca65a448f8c23a0f5a7044581 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Uepeker"@en,
        "Wep'keer"@en,
        "ウエペケレ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Uepeker"@en,
        "Wep'keer"@en,
        "ウエペケレ"@ja .

_:N7d3bf766f35e4155b0eaa64bfc870c3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of the Celestials"@en,
        "Theme of the Heavenly Gods Tribe"@en,
        "天神族のテーマ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Theme of the Celestials"@en,
        "Theme of the Heavenly Gods Tribe"@en,
        "天神族のテーマ"@ja .

_:N8bec3be8116e4b6d9a22f31fe18bd3f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Emperor of Eternal Darkness"@en,
        "Yami (The Emperor of Eternal Darkness)"@en,
        "常闇ノ皇"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "The Emperor of Eternal Darkness"@en,
        "Yami (The Emperor of Eternal Darkness)"@en,
        "常闇ノ皇"@ja .

_:Nd7009f24c8954d47bc9a6ce63d85da40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cursed Shinshu Plains"@en,
        "呪われた神州平原"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Cursed Shinshu Plains"@en,
        "呪われた神州平原"@ja .

_:Ne40e885e10964c1eb6c9c464531ef144 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Inside the Water Dragon"@en,
        "水龍の体内"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Inside the Water Dragon"@en,
        "水龍の体内"@ja .

_:Ne7a6b9dd404c4223952dc135bac99c58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kaguya's Departure"@en,
        "カグヤの旅立ち"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:32"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Kaguya's Departure"@en,
        "カグヤの旅立ち"@ja .

_:Nf3aa73443f264db296755cc09fb9a4f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reset"@en,
        "Reset"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N058be639d9454f248ef0e3ea82bd34a9 ;
    schema:name "Reset"@en,
        "Reset"@ja .

_:N058be639d9454f248ef0e3ea82bd34a9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3711cc18ddde4b8ba25929ff1c6b470b,
        _:N4323bc2785c94c1ca78bce8c578f8a96,
        _:N433b3588ff334c2a87186ce23eda5c88,
        _:N64ee052ca65a448f8c23a0f5a7044581,
        _:N7d3bf766f35e4155b0eaa64bfc870c3d,
        _:N8bec3be8116e4b6d9a22f31fe18bd3f3,
        _:Nd7009f24c8954d47bc9a6ce63d85da40,
        _:Ne40e885e10964c1eb6c9c464531ef144,
        _:Ne7a6b9dd404c4223952dc135bac99c58,
        _:Nf3aa73443f264db296755cc09fb9a4f8 ;
    mo:track_count 10 ;
    schema:duration "PT51:22"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N3711cc18ddde4b8ba25929ff1c6b470b,
        _:N4323bc2785c94c1ca78bce8c578f8a96,
        _:N433b3588ff334c2a87186ce23eda5c88,
        _:N64ee052ca65a448f8c23a0f5a7044581,
        _:N7d3bf766f35e4155b0eaa64bfc870c3d,
        _:N8bec3be8116e4b6d9a22f31fe18bd3f3,
        _:Nd7009f24c8954d47bc9a6ce63d85da40,
        _:Ne40e885e10964c1eb6c9c464531ef144,
        _:Ne7a6b9dd404c4223952dc135bac99c58,
        _:Nf3aa73443f264db296755cc09fb9a4f8 .

