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

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

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

<artist/1227#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45576#subject> ;
    schema:name "Masato Nakamura"@en,
        "中村正人"@ja ;
    foaf:made <album/45576#composition>,
        <album/45576#subject> ;
    foaf:name "Masato Nakamura"@en,
        "中村正人"@ja .

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

<artist/334#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45576#subject> ;
    schema:name "Michiru Yamane"@en,
        "山根ミチル"@ja ;
    foaf:made <album/45576#composition>,
        <album/45576#subject> ;
    foaf:name "Michiru Yamane"@en,
        "山根ミチル"@ja .

<artist/363#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45576#subject> ;
    schema:name "Hirokazu Tanaka"@en,
        "田中宏和"@ja ;
    foaf:made <album/45576#composition>,
        <album/45576#subject> ;
    foaf:name "Hirokazu Tanaka"@en,
        "田中宏和"@ja .

<artist/364#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45576#subject> ;
    schema:name "Keiichi Suzuki"@en,
        "鈴木慶一"@ja ;
    foaf:made <album/45576#composition>,
        <album/45576#subject> ;
    foaf:name "Keiichi Suzuki"@en,
        "鈴木慶一"@ja .

<artist/431#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45576#subject> ;
    schema:name "Jeremy Soule"@en ;
    foaf:made <album/45576#composition>,
        <album/45576#subject> ;
    foaf:name "Jeremy Soule"@en .

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

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

<album/45576#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Star Light Zone: A Tribute to Video Game Composition"@en,
        "Star Light Zone: A Tribute to Video Game Composition"@ja,
        "Star Light Zone: A Tribute to Video Game Composition"@ja-latn ;
    mo:performance_of <album/45576#musicalwork> ;
    mo:recorded_as <album/45576#musicalexpression> ;
    schema:name "Star Light Zone: A Tribute to Video Game Composition"@en,
        "Star Light Zone: A Tribute to Video Game Composition"@ja,
        "Star Light Zone: A Tribute to Video Game Composition"@ja-latn ;
    schema:workPerformed <album/45576#musicalwork> .

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

<https://medium-media.vgm.io/albums/67/45576/45576-1398951480.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/45576#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Star Light Zone: A Tribute to Video Game Composition"@en,
        "Star Light Zone: A Tribute to Video Game Composition"@ja,
        "Star Light Zone: A Tribute to Video Game Composition"@ja-latn ;
    mo:composer <artist/1227#subject>,
        <artist/146#subject>,
        <artist/334#subject>,
        <artist/363#subject>,
        <artist/364#subject>,
        <artist/431#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/45576#musicalwork> ;
    schema:name "Star Light Zone: A Tribute to Video Game Composition"@en,
        "Star Light Zone: A Tribute to Video Game Composition"@ja,
        "Star Light Zone: A Tribute to Video Game Composition"@ja-latn .

<album/45576#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-24"^^xsd:date ;
    dcterms:title "Star Light Zone: A Tribute to Video Game Composition"@en,
        "Star Light Zone: A Tribute to Video Game Composition"@ja,
        "Star Light Zone: A Tribute to Video Game Composition"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/45576#musicalexpression> ;
    mo:publisher _:Nd4d513a368ed4366a993b4d49c1281a5 ;
    mo:record _:N3a648e340b4543e8ad54a313be959f15 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Earthbound"@en ;
            foaf:name "Earthbound"@en ],
        [ a schema:CreativeWork ;
            schema:name "The Elder Scrolls III: Morrowind"@en ;
            foaf:name "The Elder Scrolls III: Morrowind"@en ],
        [ a schema:CreativeWork ;
            schema:name "Chrono Trigger"@en ;
            foaf:name "Chrono Trigger"@en ],
        [ a schema:CreativeWork ;
            schema:name "Castlevania: Symphony of the Night"@en ;
            foaf:name "Castlevania: Symphony of the Night"@en ],
        [ a schema:CreativeWork ;
            schema:name "Sonic the Hedgehog"@en ;
            foaf:name "Sonic the Hedgehog"@en ],
        [ a schema:CreativeWork ;
            schema:name "Final Fantasy X"@en ;
            foaf:name "Final Fantasy X"@en ],
        [ a schema:CreativeWork ;
            schema:name "Final Fantasy IX"@en ;
            foaf:name "Final Fantasy IX"@en ] ;
    schema:datePublished "2013-12-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/67/45576/45576-1398951480.jpg> ;
    schema:name "Star Light Zone: A Tribute to Video Game Composition"@en,
        "Star Light Zone: A Tribute to Video Game Composition"@ja,
        "Star Light Zone: A Tribute to Video Game Composition"@ja-latn ;
    schema:publisher _:Nd4d513a368ed4366a993b4d49c1281a5 ;
    foaf:depiction <https://media.vgm.io/albums/67/45576/45576-1398951480.jpg> .

_:N0890a0dcb29d414d8e9da57cc8c3cad5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Star Light Zone (Sonic The Hedgehog)"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "Star Light Zone (Sonic The Hedgehog)"@en .

_:N185b903a114a475bbd0471c1ddbe93d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Enjoy Your Stay (Earthbound)"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "Enjoy Your Stay (Earthbound)"@en .

_:N2a8b4ca7858c470292a78d8497c7376a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystal Teardrops (Castlevania: Symphony Of The Night)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "Crystal Teardrops (Castlevania: Symphony Of The Night)"@en .

_:N507b7ba7db8b4f469cf2fb412633a60f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morrowind Theme (Elder Scrolls III)"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "Morrowind Theme (Elder Scrolls III)"@en .

_:N8e4f48a124094c5d85b82b34acb2e0d3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At The Bottom Of The Night (Chrono Trigger)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "At The Bottom Of The Night (Chrono Trigger)"@en .

_:N945365490b604df9aef985ecfcca5749 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To Zanarkand (Final Fantasy X)"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "To Zanarkand (Final Fantasy X)"@en .

_:Nc34aafee4fec4b87b90b9975a0f0aa70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Danger In The Forest (Final Fantasy IX)"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N3a648e340b4543e8ad54a313be959f15 ;
    schema:name "Danger In The Forest (Final Fantasy IX)"@en .

_:Nd4d513a368ed4366a993b4d49c1281a5 schema:name "AnhedoniA"@en,
        "AnhedoniA"@ja,
        "AnhedoniA"@ja-latn ;
    foaf:name "AnhedoniA"@en,
        "AnhedoniA"@ja,
        "AnhedoniA"@ja-latn .

_:N3a648e340b4543e8ad54a313be959f15 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0890a0dcb29d414d8e9da57cc8c3cad5,
        _:N185b903a114a475bbd0471c1ddbe93d5,
        _:N2a8b4ca7858c470292a78d8497c7376a,
        _:N507b7ba7db8b4f469cf2fb412633a60f,
        _:N8e4f48a124094c5d85b82b34acb2e0d3,
        _:N945365490b604df9aef985ecfcca5749,
        _:Nc34aafee4fec4b87b90b9975a0f0aa70 ;
    mo:track_count 7 ;
    schema:duration "PT16:42"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0890a0dcb29d414d8e9da57cc8c3cad5,
        _:N185b903a114a475bbd0471c1ddbe93d5,
        _:N2a8b4ca7858c470292a78d8497c7376a,
        _:N507b7ba7db8b4f469cf2fb412633a60f,
        _:N8e4f48a124094c5d85b82b34acb2e0d3,
        _:N945365490b604df9aef985ecfcca5749,
        _:Nc34aafee4fec4b87b90b9975a0f0aa70 .

