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

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

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

<artist/166#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9328#subject> ;
    schema:name "Motoi Sakuraba"@en,
        "桜庭統"@ja ;
    foaf:made <album/9328#composition>,
        <album/9328#subject> ;
    foaf:name "Motoi Sakuraba"@en,
        "桜庭統"@ja .

<artist/224#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9328#subject> ;
    schema:name "Tsuyoshi Sekito"@en,
        "関戸剛"@ja ;
    foaf:made <album/9328#composition>,
        <album/9328#subject> ;
    foaf:name "Tsuyoshi Sekito"@en,
        "関戸剛"@ja .

<product/536#subject> a schema:CreativeWork ;
    schema:name "Star Ocean: The Last Hope"@en,
        "スターオーシャン4 －THE LAST HOPE－"@ja,
        "Star Ocean: The Last Hope"@ja-latn ;
    foaf:name "Star Ocean: The Last Hope"@en,
        "スターオーシャン4 －THE LAST HOPE－"@ja,
        "Star Ocean: The Last Hope"@ja-latn .

<product/939#subject> a schema:CreativeWork ;
    schema:name "The Last Remnant"@en,
        "ラスト レムナント"@ja,
        "The Last Remnant"@ja-latn ;
    foaf:name "The Last Remnant"@en,
        "ラスト レムナント"@ja,
        "The Last Remnant"@ja-latn .

<product/940#subject> a schema:CreativeWork ;
    schema:name "Infinite Undiscovery"@en,
        "インフィニット アンディスカバリー"@ja,
        "Infinite Undiscovery"@ja-latn ;
    foaf:name "Infinite Undiscovery"@en,
        "インフィニット アンディスカバリー"@ja,
        "Infinite Undiscovery"@ja-latn .

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

<album/9328#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SQUARE ENIX × Xbox 360 Sound Collections"@en,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja-latn ;
    mo:performance_of <album/9328#musicalwork> ;
    mo:recorded_as <album/9328#musicalexpression> ;
    schema:name "SQUARE ENIX × Xbox 360 Sound Collections"@en,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja-latn ;
    schema:workPerformed <album/9328#musicalwork> .

<org/112#subject> schema:name "SQUARE ENIX CO., LTD."@en,
        "株式会社スクウェア・エニックス"@ja,
        "SQUARE ENIX CO., LTD."@ja-latn ;
    foaf:name "SQUARE ENIX CO., LTD."@en,
        "株式会社スクウェア・エニックス"@ja,
        "SQUARE ENIX CO., LTD."@ja-latn .

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

<https://medium-media.vgm.io/albums/82/9328/9328-1215160731.jpg> a schema:ImageObject,
        foaf:Image .

<album/9328#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SQUARE ENIX × Xbox 360 Sound Collections"@en,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja-latn ;
    mo:composer <artist/166#subject>,
        <artist/224#subject> ;
    mo:produced_work <album/9328#musicalwork> ;
    schema:name "SQUARE ENIX × Xbox 360 Sound Collections"@en,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja-latn .

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

<album/9328#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-09-11"^^xsd:date ;
    dcterms:title "SQUARE ENIX × Xbox 360 Sound Collections"@en,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja-latn ;
    mo:catalogue_number "UD-2008" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9328#musicalexpression> ;
    mo:publisher <org/112#subject> ;
    mo:record _:N872b8a43e428426db1c6a106ca238ac6 ;
    mo:record_count 1 ;
    schema:about <product/536#subject>,
        <product/939#subject>,
        <product/940#subject> ;
    schema:datePublished "2008-09-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/82/9328/9328-1215160731.jpg> ;
    schema:name "SQUARE ENIX × Xbox 360 Sound Collections"@en,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja,
        "SQUARE ENIX × Xbox 360 Sound Collections"@ja-latn ;
    schema:publisher <org/112#subject> ;
    foaf:depiction <https://media.vgm.io/albums/82/9328/9328-1215160731.jpg> .

_:N03dc219473fd49e39a9dab6d17c26062 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Struggle Eternal"@en,
        "Struggle Eternal"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Struggle Eternal"@en,
        "Struggle Eternal"@ja .

_:N08d05561d70e4630892dbf730d024ebd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Piercing my Enemy with a Dancing Blade"@en,
        "舞い踊る刃、穿ち貫け我が敵を"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Piercing my Enemy with a Dancing Blade"@en,
        "舞い踊る刃、穿ち貫け我が敵を"@ja .

_:N3aa51d9ee45a44608a0aaf43be6c9d20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Ground"@en,
        "碧き地平"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Blue Ground"@en,
        "碧き地平"@ja .

_:N4241d71c53b5411bbd32e9489f2d183f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epic Poem for the Heavens"@en,
        "天上の叙事詩"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Epic Poem for the Heavens"@en,
        "天上の叙事詩"@ja .

_:N518e8b422fb547338b48d6db164cfb66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The First Awakening"@en,
        "The First Awakening"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "The First Awakening"@en,
        "The First Awakening"@ja .

_:N7890e7a6e6824181bec5b04e5c23f7ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hymn for the Headless Knight"@en,
        "首なし騎士に捧げる賛歌"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Hymn for the Headless Knight"@en,
        "首なし騎士に捧げる賛歌"@ja .

_:N971f5d1456fa4ad6b8b964c2414124e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blood on the Keys"@en,
        "Blood on the Keys"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Blood on the Keys"@en,
        "Blood on the Keys"@ja .

_:Ndc34e9896ecc4b449b76630dc957d15b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morning Dew and Playing Wind"@en,
        "朝露と遊ぶ風"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Morning Dew and Playing Wind"@en,
        "朝露と遊ぶ風"@ja .

_:Nf2ac6a33e12f4904b043ec167c98b473 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmic Voyagers"@en,
        "Cosmic Voyagers"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Cosmic Voyagers"@en,
        "Cosmic Voyagers"@ja .

_:Nf5fae110c48247318bf20a5a0597107b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heavenly Sword"@en,
        "天駆ける剣"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N872b8a43e428426db1c6a106ca238ac6 ;
    schema:name "Heavenly Sword"@en,
        "天駆ける剣"@ja .

_:N872b8a43e428426db1c6a106ca238ac6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03dc219473fd49e39a9dab6d17c26062,
        _:N08d05561d70e4630892dbf730d024ebd,
        _:N3aa51d9ee45a44608a0aaf43be6c9d20,
        _:N4241d71c53b5411bbd32e9489f2d183f,
        _:N518e8b422fb547338b48d6db164cfb66,
        _:N7890e7a6e6824181bec5b04e5c23f7ac,
        _:N971f5d1456fa4ad6b8b964c2414124e8,
        _:Ndc34e9896ecc4b449b76630dc957d15b,
        _:Nf2ac6a33e12f4904b043ec167c98b473,
        _:Nf5fae110c48247318bf20a5a0597107b ;
    mo:track_count 10 ;
    schema:duration "PT33:05"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N03dc219473fd49e39a9dab6d17c26062,
        _:N08d05561d70e4630892dbf730d024ebd,
        _:N3aa51d9ee45a44608a0aaf43be6c9d20,
        _:N4241d71c53b5411bbd32e9489f2d183f,
        _:N518e8b422fb547338b48d6db164cfb66,
        _:N7890e7a6e6824181bec5b04e5c23f7ac,
        _:N971f5d1456fa4ad6b8b964c2414124e8,
        _:Ndc34e9896ecc4b449b76630dc957d15b,
        _:Nf2ac6a33e12f4904b043ec167c98b473,
        _:Nf5fae110c48247318bf20a5a0597107b .

