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

<artist/2209#subject> a schema:Person,
        foaf:Person ;
    schema:name "Joe Romersa"@en ;
    foaf:made <album/15268#lyrics>,
        <album/15268#subject> ;
    foaf:name "Joe Romersa"@en .

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

<artist/749#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15268#subject> ;
    schema:name "Akira Yamaoka"@en,
        "山岡晃"@ja ;
    foaf:made <album/15268#composition>,
        <album/15268#subject> ;
    foaf:name "Akira Yamaoka"@en,
        "山岡晃"@ja .

<product/325#subject> a schema:CreativeWork ;
    schema:name "Silent Hill: Shattered Memories"@en,
        "Silent Hill: Shattered Memories"@ja,
        "Silent Hill: Shattered Memories"@ja-latn ;
    foaf:name "Silent Hill: Shattered Memories"@en,
        "Silent Hill: Shattered Memories"@ja,
        "Silent Hill: Shattered Memories"@ja-latn .

<album/15268#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Silent Hill Shattered Memories Soundtrack"@en,
        "Silent Hill Shattered Memories Soundtrack"@ja,
        "Silent Hill Shattered Memories Soundtrack"@ja-latn ;
    mo:composer <artist/749#subject> ;
    mo:produced_work <album/15268#musicalwork> ;
    schema:name "Silent Hill Shattered Memories Soundtrack"@en,
        "Silent Hill Shattered Memories Soundtrack"@ja,
        "Silent Hill Shattered Memories Soundtrack"@ja-latn .

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

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

<org/369#subject> schema:name "Konami Digital Entertainment (America)"@en,
        "Konami Digital Entertainment (America)"@ja,
        "Konami Digital Entertainment (America)"@ja-latn ;
    foaf:name "Konami Digital Entertainment (America)"@en,
        "Konami Digital Entertainment (America)"@ja,
        "Konami Digital Entertainment (America)"@ja-latn .

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

<https://medium-media.vgm.io/albums/86/15268/15268-1286717231.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/15268#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Silent Hill Shattered Memories Soundtrack"@en,
        "Silent Hill Shattered Memories Soundtrack"@ja,
        "Silent Hill Shattered Memories Soundtrack"@ja-latn ;
    mo:performance_of <album/15268#musicalwork> ;
    mo:performer <artist/1365#subject> ;
    mo:recorded_as <album/15268#musicalexpression> ;
    schema:byArtist <artist/1365#subject> ;
    schema:name "Silent Hill Shattered Memories Soundtrack"@en,
        "Silent Hill Shattered Memories Soundtrack"@ja,
        "Silent Hill Shattered Memories Soundtrack"@ja-latn ;
    schema:workPerformed <album/15268#musicalwork> .

<artist/1365#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/15268#performance> ;
    schema:name "Mary Elizabeth McGlynn"@en ;
    foaf:name "Mary Elizabeth McGlynn"@en .

<album/15268#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-08"^^xsd:date ;
    dcterms:title "Silent Hill Shattered Memories Soundtrack"@en,
        "Silent Hill Shattered Memories Soundtrack"@ja,
        "Silent Hill Shattered Memories Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15268#musicalexpression> ;
    mo:publisher <org/369#subject> ;
    mo:record _:N04fc192564bd48c68ef32762b12d72d5 ;
    mo:record_count 1 ;
    schema:about <product/325#subject> ;
    schema:byArtist <artist/1365#subject> ;
    schema:datePublished "2009-12-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/86/15268/15268-1286717231.jpg> ;
    schema:name "Silent Hill Shattered Memories Soundtrack"@en,
        "Silent Hill Shattered Memories Soundtrack"@ja,
        "Silent Hill Shattered Memories Soundtrack"@ja-latn ;
    schema:publisher <org/369#subject> ;
    foaf:depiction <https://media.vgm.io/albums/86/15268/15268-1286717231.jpg> .

_:N1c7e444961dc41e399c9857aeae27d87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blackest Friday"@en ;
    mo:track_number 16 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Blackest Friday"@en .

_:N2e1f6a81ac6b4dd999b96aad725cec71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Searching the Past"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Searching the Past"@en .

_:N32fd776987324ed5889e5a4960ef83e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lives Wasted Away"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Lives Wasted Away"@en .

_:N471baea750f64f8ab5c3f906611763bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creeping Distress"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Creeping Distress"@en .

_:N51bbb300304a4983bd7546561486a922 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lost Truth"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Lost Truth"@en .

_:N52da0e39d8154792b9a70e1dd43162a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Different Persons"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Different Persons"@en .

_:N61dff03c15bb43f0b82b2812017db9fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice"@en ;
    mo:track_number 19 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Ice"@en .

_:N675796ecea3e4e5485a108a0f9a83ee1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hibernation"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Hibernation"@en .

_:N67e97694eda04a5197abe7ea762ab4fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Childish Thoughts (Unused Bonus Track)"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Childish Thoughts (Unused Bonus Track)"@en .

_:N71345676c1c3429db395dc451eb209d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Angel's Scream"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Angel's Scream"@en .

_:N74a86d37d2c545cd9970a74840f7e657 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Snow Driven"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Snow Driven"@en .

_:N84c9f565b44c45b9b60d79f752697e56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hostility"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Hostility"@en .

_:N94d6ff4565254737a6ac880679a08121 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Endless Depths"@en ;
    mo:track_number 17 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Endless Depths"@en .

_:N95f035bb9d364abb909bec5fc13c91fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Warm Body"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Another Warm Body"@en .

_:Na96bb02681684dcc96c8dc34a6ee1fba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hell Frozen Rain"@en ;
    mo:track_number 21 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Hell Frozen Rain"@en .

_:Nac31e5a8cf294c99ad7a4a3f45bce0e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forsaken Lullaby"@en ;
    mo:track_number 13 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Forsaken Lullaby"@en .

_:Nbf83e5a4bf914e78a89f1af4fa1ad283 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Raw Shock"@en ;
    mo:track_number 14 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Raw Shock"@en .

_:Ncf61bbbe00694d89a3da7f7e7354cf1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Always on my Mind"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Always on my Mind"@en .

_:Ne15b1d727c5b4b8787938df255390de2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Acceptance"@en ;
    mo:track_number 20 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Acceptance"@en .

_:Ne72ed6deb256421a8e4b212c9b43c9d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "When You're Gone"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "When You're Gone"@en .

_:Nf4c60a658c9d44808de7ae4c24477ae4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Devil's Laughter"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N04fc192564bd48c68ef32762b12d72d5 ;
    schema:name "Devil's Laughter"@en .

_:N04fc192564bd48c68ef32762b12d72d5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1c7e444961dc41e399c9857aeae27d87,
        _:N2e1f6a81ac6b4dd999b96aad725cec71,
        _:N32fd776987324ed5889e5a4960ef83e8,
        _:N471baea750f64f8ab5c3f906611763bf,
        _:N51bbb300304a4983bd7546561486a922,
        _:N52da0e39d8154792b9a70e1dd43162a9,
        _:N61dff03c15bb43f0b82b2812017db9fc,
        _:N675796ecea3e4e5485a108a0f9a83ee1,
        _:N67e97694eda04a5197abe7ea762ab4fe,
        _:N71345676c1c3429db395dc451eb209d8,
        _:N74a86d37d2c545cd9970a74840f7e657,
        _:N84c9f565b44c45b9b60d79f752697e56,
        _:N94d6ff4565254737a6ac880679a08121,
        _:N95f035bb9d364abb909bec5fc13c91fd,
        _:Na96bb02681684dcc96c8dc34a6ee1fba,
        _:Nac31e5a8cf294c99ad7a4a3f45bce0e8,
        _:Nbf83e5a4bf914e78a89f1af4fa1ad283,
        _:Ncf61bbbe00694d89a3da7f7e7354cf1f,
        _:Ne15b1d727c5b4b8787938df255390de2,
        _:Ne72ed6deb256421a8e4b212c9b43c9d2,
        _:Nf4c60a658c9d44808de7ae4c24477ae4 ;
    mo:track_count 21 ;
    schema:duration "PT54:40"^^xsd:interval ;
    schema:numTracks 21 ;
    schema:track _:N1c7e444961dc41e399c9857aeae27d87,
        _:N2e1f6a81ac6b4dd999b96aad725cec71,
        _:N32fd776987324ed5889e5a4960ef83e8,
        _:N471baea750f64f8ab5c3f906611763bf,
        _:N51bbb300304a4983bd7546561486a922,
        _:N52da0e39d8154792b9a70e1dd43162a9,
        _:N61dff03c15bb43f0b82b2812017db9fc,
        _:N675796ecea3e4e5485a108a0f9a83ee1,
        _:N67e97694eda04a5197abe7ea762ab4fe,
        _:N71345676c1c3429db395dc451eb209d8,
        _:N74a86d37d2c545cd9970a74840f7e657,
        _:N84c9f565b44c45b9b60d79f752697e56,
        _:N94d6ff4565254737a6ac880679a08121,
        _:N95f035bb9d364abb909bec5fc13c91fd,
        _:Na96bb02681684dcc96c8dc34a6ee1fba,
        _:Nac31e5a8cf294c99ad7a4a3f45bce0e8,
        _:Nbf83e5a4bf914e78a89f1af4fa1ad283,
        _:Ncf61bbbe00694d89a3da7f7e7354cf1f,
        _:Ne15b1d727c5b4b8787938df255390de2,
        _:Ne72ed6deb256421a8e4b212c9b43c9d2,
        _:Nf4c60a658c9d44808de7ae4c24477ae4 .

