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

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

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

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34022#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/34022#composition>,
        <album/34022#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<event/63> a mo:Release ;
    schema:name "Released at M3-2006 Fall (Oct 09, 2006)" .

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

<album/34022#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@en,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja-latn ;
    mo:composer <artist/77#subject> ;
    mo:produced_work <album/34022#musicalwork> ;
    schema:name "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@en,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja-latn .

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

<org/306#subject> schema:name "CarrotWine."@en,
        "趣味工房にんじんわいん"@ja,
        "CarrotWine."@ja-latn ;
    foaf:name "CarrotWine."@en,
        "趣味工房にんじんわいん"@ja,
        "CarrotWine."@ja-latn .

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

<https://medium-media.vgm.io/albums/22/34022/34022-1341786827.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/34022#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@en,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja-latn ;
    mo:performance_of <album/34022#musicalwork> ;
    mo:performer _:N8655ff0dd40b4202a659e9b4673c504e ;
    mo:recorded_as <album/34022#musicalexpression> ;
    schema:byArtist _:N8655ff0dd40b4202a659e9b4673c504e ;
    schema:name "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@en,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja-latn ;
    schema:workPerformed <album/34022#musicalwork> .

<album/34022#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-10-09"^^xsd:date ;
    dcterms:title "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@en,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/34022#musicalexpression> ;
    mo:publisher <org/306#subject> ;
    mo:record _:N9048c83d8954472bb0776aeb92a38a68 ;
    mo:record_count 1 ;
    mo:release <event/63> ;
    schema:about <product/173#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "White Box Orchestra"@en ;
            foaf:name "White Box Orchestra"@en ] ;
    schema:datePublished "2006-10-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/34022/34022-1341786827.jpg> ;
    schema:name "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@en,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja,
        "Symphony of FANTASY FFIII: Orchestra Arrange vol.1 -Introduction-"@ja-latn ;
    schema:publisher <org/306#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/34022/34022-1341786827.jpg> .

_:N04f91e4f316d4a62b5f0e15e32dc798a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Cave Where the Crystal Lies"@en,
        "クリスタルのある洞窟"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "The Cave Where the Crystal Lies"@en,
        "クリスタルのある洞窟"@ja .

_:N5a7dcd7fdc1d40f690a94faf2ea50b8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude"@en,
        "プレリュード"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "Prelude"@en,
        "プレリュード"@ja .

_:N75d7263a08c84d7297bc5f6957968480 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Notice of Light (Opening Theme)"@en,
        "光の掲示 (オープニングテーマ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "Notice of Light (Opening Theme)"@en,
        "光の掲示 (オープニングテーマ"@ja .

_:N8655ff0dd40b4202a659e9b4673c504e a schema:Person,
        foaf:Person ;
    mo:performed <album/34022#performance> ;
    schema:name "White Box Orchestra"@en ;
    foaf:name "White Box Orchestra"@en .

_:N943fe86bbb8441cd9dfac90534f73cff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle 1"@en,
        "バトル1"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "Battle 1"@en,
        "バトル1"@ja .

_:N9ff88b0052ed47bf8e14e7d5f3e9f4af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternal Wind"@en,
        "悠久の風"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "Eternal Wind"@en,
        "悠久の風"@ja .

_:Nb8e54a5e7cc14ed8b23e61ee0054f216 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystal Room"@en,
        "クリスタルルーム"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "Crystal Room"@en,
        "クリスタルルーム"@ja .

_:Nde0996aa5bf545c29ea5ab309825b73a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hometown of Uru"@en,
        "故郷の街"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N9048c83d8954472bb0776aeb92a38a68 ;
    schema:name "Hometown of Uru"@en,
        "故郷の街"@ja .

_:N9048c83d8954472bb0776aeb92a38a68 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04f91e4f316d4a62b5f0e15e32dc798a,
        _:N5a7dcd7fdc1d40f690a94faf2ea50b8f,
        _:N75d7263a08c84d7297bc5f6957968480,
        _:N943fe86bbb8441cd9dfac90534f73cff,
        _:N9ff88b0052ed47bf8e14e7d5f3e9f4af,
        _:Nb8e54a5e7cc14ed8b23e61ee0054f216,
        _:Nde0996aa5bf545c29ea5ab309825b73a ;
    mo:track_count 7 ;
    schema:duration "PT21:16"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N04f91e4f316d4a62b5f0e15e32dc798a,
        _:N5a7dcd7fdc1d40f690a94faf2ea50b8f,
        _:N75d7263a08c84d7297bc5f6957968480,
        _:N943fe86bbb8441cd9dfac90534f73cff,
        _:N9ff88b0052ed47bf8e14e7d5f3e9f4af,
        _:Nb8e54a5e7cc14ed8b23e61ee0054f216,
        _:Nde0996aa5bf545c29ea5ab309825b73a .

