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

<artist/8711#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masahiro Kataoka"@en,
        "片岡正博"@ja ;
    foaf:made <album/9244#lyrics>,
        <album/9244#subject> ;
    foaf:name "Masahiro Kataoka"@en,
        "片岡正博"@ja .

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

<artist/352#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9244#subject> ;
    schema:name "Kumi Tanioka"@en,
        "谷岡久美"@ja ;
    foaf:made <album/9244#composition>,
        <album/9244#subject> ;
    foaf:name "Kumi Tanioka"@en,
        "谷岡久美"@ja .

<product/665#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY CRYSTAL CHRONICLES"@en,
        "ファイナルファンタジー・クリスタルクロニクル"@ja,
        "FINAL FANTASY CRYSTAL CHRONICLES"@ja-latn ;
    foaf:name "FINAL FANTASY CRYSTAL CHRONICLES"@en,
        "ファイナルファンタジー・クリスタルクロニクル"@ja,
        "FINAL FANTASY CRYSTAL CHRONICLES"@ja-latn .

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

<org/555#subject> schema:name "Leafage"@en,
        "リーフエイジ"@ja,
        "Leafage"@ja-latn ;
    foaf:name "Leafage"@en,
        "リーフエイジ"@ja,
        "Leafage"@ja-latn .

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

<https://medium-media.vgm.io/albums/44/9244/9244-1214594310.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/9244#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yae - flowing to the sky -"@en,
        "Yae - flowing to the sky -"@ja,
        "Yae - flowing to the sky -"@ja-latn ;
    mo:performance_of <album/9244#musicalwork> ;
    mo:performer <artist/1783#subject> ;
    mo:recorded_as <album/9244#musicalexpression> ;
    schema:byArtist <artist/1783#subject> ;
    schema:name "Yae - flowing to the sky -"@en,
        "Yae - flowing to the sky -"@ja,
        "Yae - flowing to the sky -"@ja-latn ;
    schema:workPerformed <album/9244#musicalwork> .

<album/9244#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yae - flowing to the sky -"@en,
        "Yae - flowing to the sky -"@ja,
        "Yae - flowing to the sky -"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Shlomo Biderman"@en ;
            foaf:made <album/9244#composition> ;
            foaf:name "Shlomo Biderman"@en ],
        <artist/1783#subject>,
        <artist/352#subject> ;
    mo:produced_work <album/9244#musicalwork> ;
    schema:name "Yae - flowing to the sky -"@en,
        "Yae - flowing to the sky -"@ja,
        "Yae - flowing to the sky -"@ja-latn .

<artist/1783#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9244#subject> ;
    mo:performed <album/9244#performance> ;
    schema:name "Yae"@en ;
    foaf:made <album/9244#composition>,
        <album/9244#lyrics>,
        <album/9244#subject> ;
    foaf:name "Yae"@en .

<album/9244#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-02-18"^^xsd:date ;
    dcterms:title "Yae - flowing to the sky -"@en,
        "Yae - flowing to the sky -"@ja,
        "Yae - flowing to the sky -"@ja-latn ;
    mo:catalogue_number "PCCA-01976" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9244#musicalexpression> ;
    mo:publisher <org/555#subject> ;
    mo:record _:N47b10a2d78044f52bd02a9299ec0da0c ;
    mo:record_count 1 ;
    schema:about <product/665#subject> ;
    schema:byArtist <artist/1783#subject> ;
    schema:datePublished "2004-02-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/44/9244/9244-1214594310.jpg> ;
    schema:name "Yae - flowing to the sky -"@en,
        "Yae - flowing to the sky -"@ja,
        "Yae - flowing to the sky -"@ja-latn ;
    schema:publisher <org/555#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/9244/9244-1214594310.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9244#subject> ;
    schema:name "Shlomo Biderman"@en ;
    foaf:made <album/9244#subject> ;
    foaf:name "Shlomo Biderman"@en .

_:N450f2b86251a4d6ca0304fac54d5121c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kaze No Ne featured in FINAL FANTASY CRYSTAL CHRONICLES ~Opening Theme-Arr. Ver.~"@en,
        "カゼノネ　ｆｅａｔｕｒｅｄ　ｉｎ　ＦＩＮＡＬ　ＦＡＮＴＡＳＹ　ＣＲＹＳＴＡＬ　ＣＨＲＯＮＩＣＬＥＳ～Ｏｐｅｎｉｎｇ　Ｔｈｅｍｅ－Ａｒｒ．Ｖｅｒ．～"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Kaze No Ne featured in FINAL FANTASY CRYSTAL CHRONICLES ~Opening Theme-Arr. Ver.~"@en,
        "カゼノネ　ｆｅａｔｕｒｅｄ　ｉｎ　ＦＩＮＡＬ　ＦＡＮＴＡＳＹ　ＣＲＹＳＴＡＬ　ＣＨＲＯＮＩＣＬＥＳ～Ｏｐｅｎｉｎｇ　Ｔｈｅｍｅ－Ａｒｒ．Ｖｅｒ．～"@ja .

_:N50e07e1095e34ee29f546cf8da81a980 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To You, the Unknown"@en,
        "名もなき君へ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "To You, the Unknown"@en,
        "名もなき君へ"@ja .

_:N53ac2bdba8c442c7a49b115deac3d87f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Koyan's Song ~Naa'ma~"@en,
        "コーヤンの唄～Ｎａａ’ｍａ～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Koyan's Song ~Naa'ma~"@en,
        "コーヤンの唄～Ｎａａ’ｍａ～"@ja .

_:N623db09e4d534571b75401cc82dca976 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Waterside Song"@en,
        "水辺のうた"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Waterside Song"@en,
        "水辺のうた"@ja .

_:N99956140c96c4f5e9de9857bd7ef8d71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Steam Song"@en,
        "ながれうた"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:37"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Steam Song"@en,
        "ながれうた"@ja .

_:N9df074a0b08f4384827aad05196ba630 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starry Moonlit Night FINAL FANTASY CRYSTAL CHRONICLES ~Ending Theme-Arr. Ver.~"@en,
        "星月夜　ＦＩＮＡＬ　ＦＡＮＴＡＳＹ　ＣＲＹＳＴＡＬ　ＣＨＲＯＮＩＣＬＥＳ～Ｅｎｄｉｎｇ　Ｔｈｅｍｅ－Ａｒｒ．Ｖｅｒ．～"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Starry Moonlit Night FINAL FANTASY CRYSTAL CHRONICLES ~Ending Theme-Arr. Ver.~"@en,
        "星月夜　ＦＩＮＡＬ　ＦＡＮＴＡＳＹ　ＣＲＹＳＴＡＬ　ＣＨＲＯＮＩＣＬＥＳ～Ｅｎｄｉｎｇ　Ｔｈｅｍｅ－Ａｒｒ．Ｖｅｒ．～"@ja .

_:Nb41b39b959354b4fb7455f15e690b949 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Known Road, Unknown Road"@en,
        "知道不知道"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Known Road, Unknown Road"@en,
        "知道不知道"@ja .

_:Neea5d5de031d4b72bc623a5344491c89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Estas Mesas Tan Hermosas (These beautiful tables)"@en,
        "Ｅｓｔａｓ　Ｍｅｓａｓ　Ｔａｎ　Ｈｅｒｍｏｓａｓ（Ｔｈｅｓｅ　ｂｅａｕｔｉｆｕｌ　ｔａｂｌｅｓ）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Estas Mesas Tan Hermosas (These beautiful tables)"@en,
        "Ｅｓｔａｓ　Ｍｅｓａｓ　Ｔａｎ　Ｈｅｒｍｏｓａｓ（Ｔｈｅｓｅ　ｂｅａｕｔｉｆｕｌ　ｔａｂｌｅｓ）"@ja .

_:Nf27b8d4f0d404674916fe8914b46cc1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Recovery Fuzz"@en,
        "きがつけば"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N47b10a2d78044f52bd02a9299ec0da0c ;
    schema:name "Recovery Fuzz"@en,
        "きがつけば"@ja .

_:N47b10a2d78044f52bd02a9299ec0da0c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N450f2b86251a4d6ca0304fac54d5121c,
        _:N50e07e1095e34ee29f546cf8da81a980,
        _:N53ac2bdba8c442c7a49b115deac3d87f,
        _:N623db09e4d534571b75401cc82dca976,
        _:N99956140c96c4f5e9de9857bd7ef8d71,
        _:N9df074a0b08f4384827aad05196ba630,
        _:Nb41b39b959354b4fb7455f15e690b949,
        _:Neea5d5de031d4b72bc623a5344491c89,
        _:Nf27b8d4f0d404674916fe8914b46cc1c ;
    mo:track_count 9 ;
    schema:duration "PT41:00"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N450f2b86251a4d6ca0304fac54d5121c,
        _:N50e07e1095e34ee29f546cf8da81a980,
        _:N53ac2bdba8c442c7a49b115deac3d87f,
        _:N623db09e4d534571b75401cc82dca976,
        _:N99956140c96c4f5e9de9857bd7ef8d71,
        _:N9df074a0b08f4384827aad05196ba630,
        _:Nb41b39b959354b4fb7455f15e690b949,
        _:Neea5d5de031d4b72bc623a5344491c89,
        _:Nf27b8d4f0d404674916fe8914b46cc1c .

