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

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

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

<artist/145#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42536#subject> ;
    schema:name "Masashi Hamauzu"@en,
        "浜渦正志"@ja ;
    foaf:made <album/42536#composition>,
        <album/42536#subject> ;
    foaf:name "Masashi Hamauzu"@en,
        "浜渦正志"@ja .

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42536#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/42536#composition>,
        <album/42536#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

<artist/3622#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42536#subject> ;
    schema:name "Revo"@en ;
    foaf:made <album/42536#composition>,
        <album/42536#subject> ;
    foaf:name "Revo"@en .

<event/158> a mo:Release ;
    schema:name "Released at M3-2013 Spring (Apr 29, 2013)" .

<product/185#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY XIII"@en,
        "ファイナルファンタジーXIII"@ja,
        "FINAL FANTASY XIII"@ja-latn ;
    foaf:name "FINAL FANTASY XIII"@en,
        "ファイナルファンタジーXIII"@ja,
        "FINAL FANTASY XIII"@ja-latn .

<product/194#subject> a schema:CreativeWork ;
    schema:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn ;
    foaf:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn .

<product/290#subject> a schema:CreativeWork ;
    schema:name "SaGa Frontier 2"@en,
        "サガ フロンティア2"@ja,
        "SaGa Frontier 2"@ja-latn ;
    foaf:name "SaGa Frontier 2"@en,
        "サガ フロンティア2"@ja,
        "SaGa Frontier 2"@ja-latn .

<product/942#subject> a schema:CreativeWork ;
    schema:name "BRAVELY DEFAULT: Flying Fairy"@en,
        "ブレイブリーデフォルト フライングフェアリー"@ja,
        "BRAVELY DEFAULT: Flying Fairy"@ja-latn ;
    foaf:name "BRAVELY DEFAULT: Flying Fairy"@en,
        "ブレイブリーデフォルト フライングフェアリー"@ja,
        "BRAVELY DEFAULT: Flying Fairy"@ja-latn .

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

<album/42536#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PLAYING LEAVES"@en,
        "PLAYING LEAVES"@ja,
        "PLAYING LEAVES"@ja-latn ;
    mo:performance_of <album/42536#musicalwork> ;
    mo:recorded_as <album/42536#musicalexpression> ;
    schema:name "PLAYING LEAVES"@en,
        "PLAYING LEAVES"@ja,
        "PLAYING LEAVES"@ja-latn ;
    schema:workPerformed <album/42536#musicalwork> .

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

<https://medium-media.vgm.io/albums/63/42536/42536-1383594377.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42536#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PLAYING LEAVES"@en,
        "PLAYING LEAVES"@ja,
        "PLAYING LEAVES"@ja-latn ;
    mo:composer <artist/145#subject>,
        <artist/146#subject>,
        <artist/3622#subject> ;
    mo:produced_work <album/42536#musicalwork> ;
    schema:name "PLAYING LEAVES"@en,
        "PLAYING LEAVES"@ja,
        "PLAYING LEAVES"@ja-latn .

<album/42536#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-04-29"^^xsd:date ;
    dcterms:title "PLAYING LEAVES"@en,
        "PLAYING LEAVES"@ja,
        "PLAYING LEAVES"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42536#musicalexpression> ;
    mo:publisher _:N71ff7cdb992048abbbd21528eb87e459 ;
    mo:record _:Nc165505cb5f94a24b7426a896ad9318b ;
    mo:record_count 1 ;
    mo:release <event/158> ;
    schema:about <product/185#subject>,
        <product/194#subject>,
        <product/290#subject>,
        <product/942#subject> ;
    schema:datePublished "2013-04-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/63/42536/42536-1383594377.jpg> ;
    schema:name "PLAYING LEAVES"@en,
        "PLAYING LEAVES"@ja,
        "PLAYING LEAVES"@ja-latn ;
    schema:publisher _:N71ff7cdb992048abbbd21528eb87e459 ;
    foaf:depiction <https://media.vgm.io/albums/63/42536/42536-1383594377.jpg> .

_:N01a3916b82ce4397a1dcae0f65d968b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Novel ~from SaGa Frontier 2~"@en,
        "Roman ～SaGa Frontier2 より～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Nc165505cb5f94a24b7426a896ad9318b ;
    schema:name "Novel ~from SaGa Frontier 2~"@en,
        "Roman ～SaGa Frontier2 より～"@ja .

_:N51511f4e896a4df3bbb7c8a64521298e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blinded By Light ~from FINAL FANTASY XIII~"@en,
        "閃光 ～FINAL FANTASY XIII より～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:Nc165505cb5f94a24b7426a896ad9318b ;
    schema:name "Blinded By Light ~from FINAL FANTASY XIII~"@en,
        "閃光 ～FINAL FANTASY XIII より～"@ja .

_:N71ff7cdb992048abbbd21528eb87e459 schema:name "Piano Mamenoki"@en ;
    foaf:name "Piano Mamenoki"@en .

_:N849107ccb2b8438facf91c6468b10070 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "He of the Name ~from BRAVELY DEFAULT~"@en,
        "彼の者の名は ～BRAVERY DEFAULT より～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:24"^^xsd:interval ;
    schema:inPlaylist _:Nc165505cb5f94a24b7426a896ad9318b ;
    schema:name "He of the Name ~from BRAVELY DEFAULT~"@en,
        "彼の者の名は ～BRAVERY DEFAULT より～"@ja .

_:N84ba632051da44b796bd629b85b54108 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yearnings of the Wind ~from CHRONO TRIGGER~"@en,
        "風の憧憬 ～ CHRONO TRIGGER より ～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Nc165505cb5f94a24b7426a896ad9318b ;
    schema:name "Yearnings of the Wind ~from CHRONO TRIGGER~"@en,
        "風の憧憬 ～ CHRONO TRIGGER より ～"@ja .

_:Na9404e60defc4ef0bc88b69dff78c312 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Magus Confronted　~from CHRONO TRIGGER~"@en,
        "魔王決戦　～CHRONO TRIGGER　より～"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:Nc165505cb5f94a24b7426a896ad9318b ;
    schema:name "Magus Confronted　~from CHRONO TRIGGER~"@en,
        "魔王決戦　～CHRONO TRIGGER　より～"@ja .

_:Nd905c0fd0bb74297958e0a20b2dab0a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corridor of Time ~from CHRONO TRIGGER~"@en,
        "時の回廊 ～ CHRONO TRIGGER より ～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Nc165505cb5f94a24b7426a896ad9318b ;
    schema:name "Corridor of Time ~from CHRONO TRIGGER~"@en,
        "時の回廊 ～ CHRONO TRIGGER より ～"@ja .

_:Nc165505cb5f94a24b7426a896ad9318b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N01a3916b82ce4397a1dcae0f65d968b6,
        _:N51511f4e896a4df3bbb7c8a64521298e,
        _:N849107ccb2b8438facf91c6468b10070,
        _:N84ba632051da44b796bd629b85b54108,
        _:Na9404e60defc4ef0bc88b69dff78c312,
        _:Nd905c0fd0bb74297958e0a20b2dab0a2 ;
    mo:track_count 6 ;
    schema:duration "PT22:49"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N01a3916b82ce4397a1dcae0f65d968b6,
        _:N51511f4e896a4df3bbb7c8a64521298e,
        _:N849107ccb2b8438facf91c6468b10070,
        _:N84ba632051da44b796bd629b85b54108,
        _:Na9404e60defc4ef0bc88b69dff78c312,
        _:Nd905c0fd0bb74297958e0a20b2dab0a2 .

