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

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

<product/1705#subject> a schema:CreativeWork ;
    schema:name "Resident Evil: Extinction"@en,
        "Resident Evil: Extinction"@ja,
        "Resident Evil: Extinction"@ja-latn ;
    foaf:name "Resident Evil: Extinction"@en,
        "Resident Evil: Extinction"@ja,
        "Resident Evil: Extinction"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/32/36423/36423-1353177502.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/44293#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Nightwish"@en ;
    foaf:name "Nightwish"@en .

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

<album/36423#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@en,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Omar Abidi"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Omar Abidi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Poison The Well"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Poison The Well"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "The Bled"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "The Bled"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Tuomas Holopainen"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Tuomas Holopainen"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Chimaira"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Chimaira"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Richard Z. Kruspe"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Richard Z. Kruspe"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Aiden"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Aiden"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Shadows Fall"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Shadows Fall"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Alex Westaway"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Alex Westaway"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Charlie Clouser"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Charlie Clouser"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "City Sleeps"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "City Sleeps"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dan Haigh"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Dan Haigh"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Emanuel"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Emanuel"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Charlie Simpson"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Charlie Simpson"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "It Dies Today"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "It Dies Today"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Bayside"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Bayside"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Throwdown"@en ;
            foaf:made <album/36423#composition> ;
            foaf:name "Throwdown"@en ] ;
    mo:produced_work <album/36423#musicalwork> ;
    schema:name "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@en,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja-latn .

<album/36423#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@en,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja-latn ;
    mo:performance_of <album/36423#musicalwork> ;
    mo:performer _:N04401578fbf8405888c89718f7559c14,
        _:N0ab6f9e74e5f4821bf25c8f57f608150,
        _:N0b85c4e4fb70488c8bfe01d696623f52,
        _:N1e685fa10dcd43199afc0f0b2b7843be,
        _:N239cad06221648448630994db10a900d,
        _:N420bcec9313947e3ab2ea15f5a379b35,
        _:N5380e10c22594c60935a4e0bc0b9b7d8,
        _:N5d0dea7a6dd94bb48dd209449b4ad1ee,
        _:N5eb4b1b914394fc3bfbfcd524ee80343,
        _:N754ac55c5e5e48c484dbecaf5c0c8678,
        _:N78634fc3302f424ebcc087ef2e8bfa1f,
        _:N930a64b5970343be9f31460063edb2d5,
        _:Na771d6da006c4fc5a87c26dd71cdba10,
        _:Naa6610634be446c1afb6af6f9a68d528,
        _:Nbd56273679b945ad8beebd4b320a7f63,
        _:Nbe1ebf84ed834052b26e8e92c66f0468,
        _:Nc3a14ee5278d4e46b2465199be8ed097,
        _:Ncd1b8fd264cd4f52a0f2a36ef29c9fd0,
        _:Nd01b7cc5861d4a2e90f53f8c3ee6d633,
        _:Ndbbc33eadfac4a78bfd27077ab0d00ec,
        _:Ne8bb0d4370414a7abd9802a00d6584d7,
        _:Neccdc9fb55c84a279bcac8997fbd5b28,
        _:Ned2950046c9a48679616440b1f8eb475,
        _:Nfcd55be8127143a3bc12398c9bb64bae,
        <artist/44293#subject> ;
    mo:recorded_as <album/36423#musicalexpression> ;
    schema:byArtist _:N04401578fbf8405888c89718f7559c14,
        _:N0ab6f9e74e5f4821bf25c8f57f608150,
        _:N0b85c4e4fb70488c8bfe01d696623f52,
        _:N1e685fa10dcd43199afc0f0b2b7843be,
        _:N239cad06221648448630994db10a900d,
        _:N420bcec9313947e3ab2ea15f5a379b35,
        _:N5380e10c22594c60935a4e0bc0b9b7d8,
        _:N5d0dea7a6dd94bb48dd209449b4ad1ee,
        _:N5eb4b1b914394fc3bfbfcd524ee80343,
        _:N754ac55c5e5e48c484dbecaf5c0c8678,
        _:N78634fc3302f424ebcc087ef2e8bfa1f,
        _:N930a64b5970343be9f31460063edb2d5,
        _:Na771d6da006c4fc5a87c26dd71cdba10,
        _:Naa6610634be446c1afb6af6f9a68d528,
        _:Nbd56273679b945ad8beebd4b320a7f63,
        _:Nbe1ebf84ed834052b26e8e92c66f0468,
        _:Nc3a14ee5278d4e46b2465199be8ed097,
        _:Ncd1b8fd264cd4f52a0f2a36ef29c9fd0,
        _:Nd01b7cc5861d4a2e90f53f8c3ee6d633,
        _:Ndbbc33eadfac4a78bfd27077ab0d00ec,
        _:Ne8bb0d4370414a7abd9802a00d6584d7,
        _:Neccdc9fb55c84a279bcac8997fbd5b28,
        _:Ned2950046c9a48679616440b1f8eb475,
        _:Nfcd55be8127143a3bc12398c9bb64bae,
        <artist/44293#subject> ;
    schema:name "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@en,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja-latn ;
    schema:workPerformed <album/36423#musicalwork> .

<album/36423#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-10-15"^^xsd:date ;
    dcterms:title "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@en,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja-latn ;
    mo:catalogue_number "0180365BDM" ;
    mo:media_type "CD" ;
    mo:publication_of <album/36423#musicalexpression> ;
    mo:publisher _:Nc8e1668bf5824550b8c3b66b2532895d ;
    mo:record _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    mo:record_count 1 ;
    schema:about <product/1705#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Stuart Cole"@en ;
            foaf:name "Stuart Cole"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Neurosonic"@en ;
            foaf:name "Neurosonic"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Overkill"@en ;
            foaf:name "Overkill"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Anthony Raneri"@en ;
            foaf:name "Anthony Raneri"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Aiden"@en ;
            foaf:name "Aiden"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Bayside"@en ;
            foaf:name "Bayside"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Searchlight"@en ;
            foaf:name "Searchlight"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Throwdown"@en ;
            foaf:name "Throwdown"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Charlie Clouser"@en ;
            foaf:name "Charlie Clouser"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Shadows Fall"@en ;
            foaf:name "Shadows Fall"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Emigrate"@en ;
            foaf:name "Emigrate"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "The Bled"@en ;
            foaf:name "The Bled"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Blair Sinta"@en ;
            foaf:name "Blair Sinta"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Chimaira"@en ;
            foaf:name "Chimaira"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "City Sleeps"@en ;
            foaf:name "City Sleeps"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dean Garcia"@en ;
            foaf:name "Dean Garcia"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "David Ralicke"@en ;
            foaf:name "David Ralicke"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Collide"@en ;
            foaf:name "Collide"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Poison The Well"@en ;
            foaf:name "Poison The Well"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Steve Blackie"@en ;
            foaf:name "Steve Blackie"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Emanuel"@en ;
            foaf:name "Emanuel"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "It Dies Today"@en ;
            foaf:name "It Dies Today"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Flyleaf"@en ;
            foaf:name "Flyleaf"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Fightstar"@en ;
            foaf:name "Fightstar"@en ],
        <artist/44293#subject> ;
    schema:datePublished "2007-10-15"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/32/36423/36423-1353177502.jpg> ;
    schema:name "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@en,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja,
        "RESIDENT EVIL: EXTINCTION ORIGINAL MOTION PICTURE SOUNDTRACK"@ja-latn ;
    schema:publisher _:Nc8e1668bf5824550b8c3b66b2532895d ;
    foaf:depiction <https://media.vgm.io/albums/32/36423/36423-1353177502.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Shadows Fall"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Shadows Fall"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Richard Z. Kruspe"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Richard Z. Kruspe"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Charlie Simpson"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Charlie Simpson"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Alex Westaway"@en ;
    foaf:made <album/36423#lyrics> ;
    foaf:name "Alex Westaway"@en .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Charlie Clouser"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Charlie Clouser"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Alex Westaway"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Alex Westaway"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Richard Z. Kruspe"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Richard Z. Kruspe"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "It Dies Today"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "It Dies Today"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Poison The Well"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Poison The Well"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Charlie Simpson"@en ;
    foaf:made <album/36423#lyrics> ;
    foaf:name "Charlie Simpson"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Charlie Simpson"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Charlie Simpson"@en .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "The Bled"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "The Bled"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Omar Abidi"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Omar Abidi"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Caron Bernstein"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Caron Bernstein"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Richard Z. Kruspe"@en ;
    foaf:made <album/36423#lyrics> ;
    foaf:name "Richard Z. Kruspe"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "City Sleeps"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "City Sleeps"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Tuomas Holopainen"@en ;
    foaf:made <album/36423#lyrics> ;
    foaf:name "Tuomas Holopainen"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Alex Westaway"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Alex Westaway"@en .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Tuomas Holopainen"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Tuomas Holopainen"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Caron Bernstein"@en ;
    foaf:made <album/36423#lyrics> ;
    foaf:name "Caron Bernstein"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36423#subject> ;
    schema:name "Dan Haigh"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Dan Haigh"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Tuomas Holopainen"@en ;
    foaf:made <album/36423#subject> ;
    foaf:name "Tuomas Holopainen"@en .

_:N04401578fbf8405888c89718f7559c14 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "The Bled"@en ;
    foaf:name "The Bled"@en .

_:N09ab34d2a32f4766bd2870b927896758 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PARALYZED"@en ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "PARALYZED"@en .

_:N0ab6f9e74e5f4821bf25c8f57f608150 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Searchlight"@en ;
    foaf:name "Searchlight"@en .

_:N0b85c4e4fb70488c8bfe01d696623f52 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Poison The Well"@en ;
    foaf:name "Poison The Well"@en .

_:N1e685fa10dcd43199afc0f0b2b7843be a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Overkill"@en ;
    foaf:name "Overkill"@en .

_:N223c64fbaf534ab1ba7501a4e11a575d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ASLEEP ON THE FRONTLINES (APPLIANTZ REMIX)"@en ;
    mo:track_number 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "ASLEEP ON THE FRONTLINES (APPLIANTZ REMIX)"@en .

_:N239cad06221648448630994db10a900d a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Throwdown"@en ;
    foaf:name "Throwdown"@en .

_:N2b4334a2e5004ab6bdf7566fce56e2b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WRECKING ITSELF TAKING YOU WITH ME"@en ;
    mo:track_number 18 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "WRECKING ITSELF TAKING YOU WITH ME"@en .

_:N420bcec9313947e3ab2ea15f5a379b35 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Bayside"@en ;
    foaf:name "Bayside"@en .

_:N5380e10c22594c60935a4e0bc0b9b7d8 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Aiden"@en ;
    foaf:name "Aiden"@en .

_:N5d0dea7a6dd94bb48dd209449b4ad1ee a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Neurosonic"@en ;
    foaf:name "Neurosonic"@en .

_:N5eb4b1b914394fc3bfbfcd524ee80343 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Chimaira"@en ;
    foaf:name "Chimaira"@en .

_:N61d8794fd44d43609c82e648b2e5176f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'M SO SICK (T-VIRUS REMIX)"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "I'M SO SICK (T-VIRUS REMIX)"@en .

_:N754ac55c5e5e48c484dbecaf5c0c8678 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Dean Garcia"@en ;
    foaf:name "Dean Garcia"@en .

_:N77e3b8e1a18844ac86369766da6c90e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CONTAGIOUS"@en ;
    mo:track_number 15 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "CONTAGIOUS"@en .

_:N78634fc3302f424ebcc087ef2e8bfa1f a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Emigrate"@en ;
    foaf:name "Emigrate"@en .

_:N7f507ad5c25b4953a3206f9f0e2fd259 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DUALITY (PROJECT ALICE STRING REMIX)"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "DUALITY (PROJECT ALICE STRING REMIX)"@en .

_:N81b0bdbd96754f1493d3a683888d47f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CONVOY"@en ;
    mo:track_number 19 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "CONVOY"@en .

_:N8f45dc6add33436386d2de4123e67fdb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCENOTAPH (DJA INFECTED REMIX)"@en ;
    mo:track_number 16 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "SCENOTAPH (DJA INFECTED REMIX)"@en .

_:N930a64b5970343be9f31460063edb2d5 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Blair Sinta"@en ;
    foaf:name "Blair Sinta"@en .

_:Na38ca624f0324d21a9f603469bc60769 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOSING"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "LOSING"@en .

_:Na771d6da006c4fc5a87c26dd71cdba10 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Anthony Raneri"@en ;
    foaf:name "Anthony Raneri"@en .

_:Naa6610634be446c1afb6af6f9a68d528 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Shadows Fall"@en ;
    foaf:name "Shadows Fall"@en .

_:Nb47a9965d7eb4a28a91f31a419fd3376 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MY WORLD"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "MY WORLD"@en .

_:Nb55a7d2bf55147928dd76b9b45828e65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SIXTH OF JUNE"@en ;
    mo:track_number 17 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "SIXTH OF JUNE"@en .

_:Nb6af54590b8a4507a36d57642409f918 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ONE LOVE (EXTINCTION REMIX)"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "ONE LOVE (EXTINCTION REMIX)"@en .

_:Nbb5eda8fbee94c2bb81c38087cf5571b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "AMARANTH"@en ;
    mo:track_number 22 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "AMARANTH"@en .

_:Nbd56273679b945ad8beebd4b320a7f63 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Charlie Clouser"@en ;
    foaf:name "Charlie Clouser"@en .

_:Nbd577359d26b4b2e99c42b72f146aa81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I, SUICIDE"@en ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "I, SUICIDE"@en .

_:Nbe1ebf84ed834052b26e8e92c66f0468 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Flyleaf"@en ;
    foaf:name "Flyleaf"@en .

_:Nbfc48a25aac84f4e8304fdb145ed36f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MAIN TITLE"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "MAIN TITLE"@en .

_:Nc0789b39a6dc4652b0e25abcd7fe9935 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DEVILS IN THE MIST"@en ;
    mo:track_number 20 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "DEVILS IN THE MIST"@en .

_:Nc2c54392d7704fd4a1ed81110825d30c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DEATHCAR"@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "DEATHCAR"@en .

_:Nc3a14ee5278d4e46b2465199be8ed097 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Fightstar"@en ;
    foaf:name "Fightstar"@en .

_:Nc8e1668bf5824550b8c3b66b2532895d schema:name "bodog MUSIC"@en ;
    foaf:name "bodog MUSIC"@en .

_:Ncd1b8fd264cd4f52a0f2a36ef29c9fd0 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Steve Blackie"@en ;
    foaf:name "Steve Blackie"@en .

_:Nd01b7cc5861d4a2e90f53f8c3ee6d633 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "David Ralicke"@en ;
    foaf:name "David Ralicke"@en .

_:Ndbbc33eadfac4a78bfd27077ab0d00ec a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Stuart Cole"@en ;
    foaf:name "Stuart Cole"@en .

_:Ne74543a5157d493dbeac1c54d6288605 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SO MANY PEOPLE"@en ;
    mo:track_number 21 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "SO MANY PEOPLE"@en .

_:Ne8bb0d4370414a7abd9802a00d6584d7 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Emanuel"@en ;
    foaf:name "Emanuel"@en .

_:Neccdc9fb55c84a279bcac8997fbd5b28 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "It Dies Today"@en ;
    foaf:name "It Dies Today"@en .

_:Ned2950046c9a48679616440b1f8eb475 a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "Collide"@en ;
    foaf:name "Collide"@en .

_:Nf3250ba8a8cc48c584582ca64acc1210 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STUPID CRAZY"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "STUPID CRAZY"@en .

_:Nf581e348e7f347b6a332261bf549d87c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CATCH ME"@en ;
    mo:track_number 14 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "CATCH ME"@en .

_:Nf77108bd902943b18c3e0400f3fdbc0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WHITE RABBIT (SPC ECO MIX)"@en ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "WHITE RABBIT (SPC ECO MIX)"@en .

_:Nf9b7f90ea2b8454d943708b23656f3f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LASER TUNNEL"@en ;
    mo:track_number 12 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3bc04f6afbbf4a2d858302423dcaabcd ;
    schema:name "LASER TUNNEL"@en .

_:Nfcd55be8127143a3bc12398c9bb64bae a schema:Person,
        foaf:Person ;
    mo:performed <album/36423#performance> ;
    schema:name "City Sleeps"@en ;
    foaf:name "City Sleeps"@en .

_:N3bc04f6afbbf4a2d858302423dcaabcd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N09ab34d2a32f4766bd2870b927896758,
        _:N223c64fbaf534ab1ba7501a4e11a575d,
        _:N2b4334a2e5004ab6bdf7566fce56e2b5,
        _:N61d8794fd44d43609c82e648b2e5176f,
        _:N77e3b8e1a18844ac86369766da6c90e4,
        _:N7f507ad5c25b4953a3206f9f0e2fd259,
        _:N81b0bdbd96754f1493d3a683888d47f4,
        _:N8f45dc6add33436386d2de4123e67fdb,
        _:Na38ca624f0324d21a9f603469bc60769,
        _:Nb47a9965d7eb4a28a91f31a419fd3376,
        _:Nb55a7d2bf55147928dd76b9b45828e65,
        _:Nb6af54590b8a4507a36d57642409f918,
        _:Nbb5eda8fbee94c2bb81c38087cf5571b,
        _:Nbd577359d26b4b2e99c42b72f146aa81,
        _:Nbfc48a25aac84f4e8304fdb145ed36f5,
        _:Nc0789b39a6dc4652b0e25abcd7fe9935,
        _:Nc2c54392d7704fd4a1ed81110825d30c,
        _:Ne74543a5157d493dbeac1c54d6288605,
        _:Nf3250ba8a8cc48c584582ca64acc1210,
        _:Nf581e348e7f347b6a332261bf549d87c,
        _:Nf77108bd902943b18c3e0400f3fdbc0b,
        _:Nf9b7f90ea2b8454d943708b23656f3f7 ;
    mo:track_count 22 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 22 ;
    schema:track _:N09ab34d2a32f4766bd2870b927896758,
        _:N223c64fbaf534ab1ba7501a4e11a575d,
        _:N2b4334a2e5004ab6bdf7566fce56e2b5,
        _:N61d8794fd44d43609c82e648b2e5176f,
        _:N77e3b8e1a18844ac86369766da6c90e4,
        _:N7f507ad5c25b4953a3206f9f0e2fd259,
        _:N81b0bdbd96754f1493d3a683888d47f4,
        _:N8f45dc6add33436386d2de4123e67fdb,
        _:Na38ca624f0324d21a9f603469bc60769,
        _:Nb47a9965d7eb4a28a91f31a419fd3376,
        _:Nb55a7d2bf55147928dd76b9b45828e65,
        _:Nb6af54590b8a4507a36d57642409f918,
        _:Nbb5eda8fbee94c2bb81c38087cf5571b,
        _:Nbd577359d26b4b2e99c42b72f146aa81,
        _:Nbfc48a25aac84f4e8304fdb145ed36f5,
        _:Nc0789b39a6dc4652b0e25abcd7fe9935,
        _:Nc2c54392d7704fd4a1ed81110825d30c,
        _:Ne74543a5157d493dbeac1c54d6288605,
        _:Nf3250ba8a8cc48c584582ca64acc1210,
        _:Nf581e348e7f347b6a332261bf549d87c,
        _:Nf77108bd902943b18c3e0400f3fdbc0b,
        _:Nf9b7f90ea2b8454d943708b23656f3f7 .

