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

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

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

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

<https://medium-media.vgm.io/albums/66/52966/52966-1432312524.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/12750#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "MB Gordy"@en ;
    foaf:name "MB Gordy"@en .

<artist/14868#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Macedonian Radio Symphonic Orchestra"@en ;
    foaf:name "Macedonian Radio Symphonic Orchestra"@en .

<artist/15406#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Chris Tedesco"@en ;
    foaf:name "Chris Tedesco"@en .

<artist/16886#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Holly Sedillos"@en ;
    foaf:name "Holly Sedillos"@en .

<artist/17608#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Laura Vall"@en ;
    foaf:made <album/52966#lyrics>,
        <album/52966#subject> ;
    foaf:name "Laura Vall"@en .

<artist/17609#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Tom Strahle"@en ;
    foaf:name "Tom Strahle"@en .

<artist/68644#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Malukah"@en ;
    foaf:made <album/52966#lyrics>,
        <album/52966#subject> ;
    foaf:name "Malukah"@en .

<artist/11936#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52966#subject> ;
    mo:performed <album/52966#performance> ;
    schema:name "HyperDuck SoundWorks"@en ;
    foaf:made <album/52966#composition>,
        <album/52966#lyrics>,
        <album/52966#subject> ;
    foaf:name "HyperDuck SoundWorks"@en .

<artist/12474#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52966#subject> ;
    mo:performed <album/52966#performance> ;
    schema:name "Austin Wintory"@en ;
    foaf:made <album/52966#composition>,
        <album/52966#subject> ;
    foaf:name "Austin Wintory"@en .

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

<album/52966#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sunset"@en,
        "Sunset"@ja,
        "Sunset"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Kirsten Etheridge"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Kirsten Etheridge"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sven Haskel"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Sven Haskel"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jaclyn Yuan"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Jaclyn Yuan"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Stephan Pennington"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Stephan Pennington"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kyle Hammond"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Kyle Hammond"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Clare Jones"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Clare Jones"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Trey Duplantis"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Trey Duplantis"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Aaron Olson"@en ;
            foaf:made <album/52966#composition> ;
            foaf:name "Aaron Olson"@en ],
        <artist/11936#subject>,
        <artist/12474#subject> ;
    mo:produced_work <album/52966#musicalwork> ;
    schema:name "Sunset"@en,
        "Sunset"@ja,
        "Sunset"@ja-latn .

<album/52966#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sunset"@en,
        "Sunset"@ja,
        "Sunset"@ja-latn ;
    mo:performance_of <album/52966#musicalwork> ;
    mo:performer _:N243fd971a91b4af080a59160cfe51355,
        _:N5c29584f88014aacaa03061b75c3f284,
        _:N72be46fad47e480ebaece4589363b2b8,
        _:N81024525405f4501ad10ddcd47d32866,
        _:N9b31eda19d2848ada36b7c74a7b3edea,
        _:Nb5c8e1b4f02f48ffaf6e817e2f5aa85e,
        _:Nf0c0d98548e0494c8755d60d7687b3b2,
        <artist/11936#subject>,
        <artist/12474#subject>,
        <artist/12750#subject>,
        <artist/14868#subject>,
        <artist/15406#subject>,
        <artist/16886#subject>,
        <artist/17608#subject>,
        <artist/17609#subject>,
        <artist/68644#subject> ;
    mo:recorded_as <album/52966#musicalexpression> ;
    schema:byArtist _:N243fd971a91b4af080a59160cfe51355,
        _:N5c29584f88014aacaa03061b75c3f284,
        _:N72be46fad47e480ebaece4589363b2b8,
        _:N81024525405f4501ad10ddcd47d32866,
        _:N9b31eda19d2848ada36b7c74a7b3edea,
        _:Nb5c8e1b4f02f48ffaf6e817e2f5aa85e,
        _:Nf0c0d98548e0494c8755d60d7687b3b2,
        <artist/11936#subject>,
        <artist/12474#subject>,
        <artist/12750#subject>,
        <artist/14868#subject>,
        <artist/15406#subject>,
        <artist/16886#subject>,
        <artist/17608#subject>,
        <artist/17609#subject>,
        <artist/68644#subject> ;
    schema:name "Sunset"@en,
        "Sunset"@ja,
        "Sunset"@ja-latn ;
    schema:workPerformed <album/52966#musicalwork> .

<album/52966#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-05-20"^^xsd:date ;
    dcterms:title "Sunset"@en,
        "Sunset"@ja,
        "Sunset"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/52966#musicalexpression> ;
    mo:publisher _:N10473ca52e1a44cb80f028c97f7e145a ;
    mo:record _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Sunset"@en ;
            foaf:name "Sunset"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Alexis Marsh"@en ;
            foaf:name "Alexis Marsh"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Tina Marie Murray"@en ;
            foaf:name "Tina Marie Murray"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Richard Lemarchand"@en ;
            foaf:name "Richard Lemarchand"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Alexis & Sam"@en ;
            foaf:name "Alexis & Sam"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Trey Duplantis"@en ;
            foaf:name "Trey Duplantis"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Aaron Olson"@en ;
            foaf:name "Aaron Olson"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sam Jones"@en ;
            foaf:name "Sam Jones"@en ],
        <artist/11936#subject>,
        <artist/12474#subject>,
        <artist/12750#subject>,
        <artist/14868#subject>,
        <artist/15406#subject>,
        <artist/16886#subject>,
        <artist/17608#subject>,
        <artist/17609#subject>,
        <artist/68644#subject> ;
    schema:datePublished "2015-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/66/52966/52966-1432312524.jpg> ;
    schema:name "Sunset"@en,
        "Sunset"@ja,
        "Sunset"@ja-latn ;
    schema:publisher _:N10473ca52e1a44cb80f028c97f7e145a ;
    foaf:depiction <https://media.vgm.io/albums/66/52966/52966-1432312524.jpg> .

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

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

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Stephan Pennington"@en ;
    foaf:made <album/52966#subject> ;
    foaf:name "Stephan Pennington"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Kirsten Etheridge"@en ;
    foaf:made <album/52966#lyrics> ;
    foaf:name "Kirsten Etheridge"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Stephan Pennington"@en ;
    foaf:made <album/52966#lyrics> ;
    foaf:name "Stephan Pennington"@en .

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

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Kirsten Etheridge"@en ;
    foaf:made <album/52966#subject> ;
    foaf:name "Kirsten Etheridge"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Sven Haskel"@en ;
    foaf:made <album/52966#subject> ;
    foaf:name "Sven Haskel"@en .

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

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Sven Haskel"@en ;
    foaf:made <album/52966#lyrics> ;
    foaf:name "Sven Haskel"@en .

_:N10473ca52e1a44cb80f028c97f7e145a schema:name "Austin Wintory"@en,
        "Austin Wintory"@ja,
        "Austin Wintory"@ja-latn ;
    foaf:name "Austin Wintory"@en,
        "Austin Wintory"@ja,
        "Austin Wintory"@ja-latn .

_:N243fd971a91b4af080a59160cfe51355 a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Aaron Olson"@en ;
    foaf:name "Aaron Olson"@en .

_:N2bbc546e6ee841929e8b7f62e5b509c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kirmie - A Broken Land"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Kirmie - A Broken Land"@en .

_:N2d01effb634044a19779e06fd729210c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Dies Irae"@en ;
    mo:track_number 22 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Dies Irae"@en .

_:N2d133245772542c9bf977f5cb32fc6bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Tuba Mirum"@en ;
    mo:track_number 24 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Tuba Mirum"@en .

_:N3b800d4afc35416fa867688e5792acad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Arr. by Luiz Prieto - In The Light of the Setting Sun (Anchurian National Anthem)"@en ;
    mo:track_number 17 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Arr. by Luiz Prieto - In The Light of the Setting Sun (Anchurian National Anthem)"@en .

_:N426452452a5844259ddbb3033c6a4b46 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Kyrie"@en ;
    mo:track_number 21 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Kyrie"@en .

_:N49541b178e1d4c41b0a031b41a0cccb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Traditional (perf. by Maria Judith Romero) - Eres Mi Vela"@en ;
    mo:track_number 16 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Traditional (perf. by Maria Judith Romero) - Eres Mi Vela"@en .

_:N4d725cd4c50f4e318f3b2fc5614e29eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Laura Vall - Fuerza Y Valor"@en ;
    mo:track_number 28 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Laura Vall - Fuerza Y Valor"@en .

_:N51bc63382b4449dfb4d12cf625935741 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Lux Aeterna"@en ;
    mo:track_number 27 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Lux Aeterna"@en .

_:N51c3422b10b54363ba955721751dd3ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Horatio Flores - Dancing in the Sand"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Horatio Flores - Dancing in the Sand"@en .

_:N5c29584f88014aacaa03061b75c3f284 a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Trey Duplantis"@en ;
    foaf:name "Trey Duplantis"@en .

_:N615d69fbffec4d1b81e248da6896023c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jaana - Autumn"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Jaana - Autumn"@en .

_:N65b037485fde44d9ae66050f1c53110e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Traditional (perf. by Laura Vall) - Sí Mi Niño"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Traditional (perf. by Laura Vall) - Sí Mi Niño"@en .

_:N72be46fad47e480ebaece4589363b2b8 a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Richard Lemarchand"@en ;
    foaf:name "Richard Lemarchand"@en .

_:N7a7a2b1c496148e0ac8c3c80b8e93adf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Horatio Flores - Ambrosia"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Horatio Flores - Ambrosia"@en .

_:N8061a9b469d24e4fa87ef852af8ba77c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Austin Wintory - How It Might Have Been"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Austin Wintory - How It Might Have Been"@en .

_:N81024525405f4501ad10ddcd47d32866 a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Tina Marie Murray"@en ;
    foaf:name "Tina Marie Murray"@en .

_:N8b0a6b6012ca4143a789e36e895fab6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nova - The Empress of Anza"@en ;
    mo:track_number 13 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Nova - The Empress of Anza"@en .

_:N9b31eda19d2848ada36b7c74a7b3edea a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Alexis Marsh"@en ;
    foaf:name "Alexis Marsh"@en .

_:Na4021090bb7b448aa13d1a0a141634ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Agnus Dei"@en ;
    mo:track_number 26 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Agnus Dei"@en .

_:Na5b4275d61c347cab704425ef63f3866 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Horatio Flores (Arr. by Alexis & Sam) - The Grapevine"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Horatio Flores (Arr. by Alexis & Sam) - The Grapevine"@en .

_:Na67beb31b73243159a71bc645610f09b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brothers Webb - The Madman Of The Mountain"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Brothers Webb - The Madman Of The Mountain"@en .

_:Na74aa5a246c74b2ab545648ef8a5eba3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Illessa Duo - Sycamore"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Illessa Duo - Sycamore"@en .

_:Nac84711fe7a04e96871595a904db7a17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Party Chairmen - After Hours"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "The Party Chairmen - After Hours"@en .

_:Nacffae6e0bdb4058b97de2bfcd482528 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TM Duplantis - Switched On Prieto"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "TM Duplantis - Switched On Prieto"@en .

_:Nb5c8e1b4f02f48ffaf6e817e2f5aa85e a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Sam Jones"@en ;
    foaf:name "Sam Jones"@en .

_:Nb814d044735c410d8e9165ddd52bb67c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peter Starkweather - Composers That Time Nearly Forgot: Luiz Prieto"@en ;
    mo:track_number 19 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Peter Starkweather - Composers That Time Nearly Forgot: Luiz Prieto"@en .

_:Nba700b6f7fd5464a8f242639245b551c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Horatio Flores (Arr. Alexis & Sam) - Desert Tango"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Horatio Flores (Arr. Alexis & Sam) - Desert Tango"@en .

_:Nc0046015b0f244ee9fdc3f41149ea6d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Recordare"@en ;
    mo:track_number 25 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Recordare"@en .

_:Nc05cecc160fa4364a98e09a56e2ba058 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Introit"@en ;
    mo:track_number 20 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Introit"@en .

_:Nda860b66dde84cd9b6c6f0183f9c68e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FitzDalton - Occlusion"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "FitzDalton - Occlusion"@en .

_:Ndd1622586d1e4f1ca5a6e3f9f23e7ec0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luiz Prieto - Requiem: Rex Tremendae"@en ;
    mo:track_number 23 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Luiz Prieto - Requiem: Rex Tremendae"@en .

_:Nf0c0d98548e0494c8755d60d7687b3b2 a schema:Person,
        foaf:Person ;
    mo:performed <album/52966#performance> ;
    schema:name "Alexis & Sam"@en ;
    foaf:name "Alexis & Sam"@en .

_:Nf5a9ae8dde96496eac51907a8049609a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jaclyn - Yellow Flowers"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Jaclyn - Yellow Flowers"@en .

_:Nfa4ce1377d954039957c3699fa9d51e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Traditional (perf. by Maria Judith Romero) - Esperanza En Duelo"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Ndb7c4070cf6a4063b553a46f7ba68037 ;
    schema:name "Traditional (perf. by Maria Judith Romero) - Esperanza En Duelo"@en .

_:Ndb7c4070cf6a4063b553a46f7ba68037 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2bbc546e6ee841929e8b7f62e5b509c3,
        _:N2d01effb634044a19779e06fd729210c,
        _:N2d133245772542c9bf977f5cb32fc6bb,
        _:N3b800d4afc35416fa867688e5792acad,
        _:N426452452a5844259ddbb3033c6a4b46,
        _:N49541b178e1d4c41b0a031b41a0cccb5,
        _:N4d725cd4c50f4e318f3b2fc5614e29eb,
        _:N51bc63382b4449dfb4d12cf625935741,
        _:N51c3422b10b54363ba955721751dd3ee,
        _:N615d69fbffec4d1b81e248da6896023c,
        _:N65b037485fde44d9ae66050f1c53110e,
        _:N7a7a2b1c496148e0ac8c3c80b8e93adf,
        _:N8061a9b469d24e4fa87ef852af8ba77c,
        _:N8b0a6b6012ca4143a789e36e895fab6a,
        _:Na4021090bb7b448aa13d1a0a141634ef,
        _:Na5b4275d61c347cab704425ef63f3866,
        _:Na67beb31b73243159a71bc645610f09b,
        _:Na74aa5a246c74b2ab545648ef8a5eba3,
        _:Nac84711fe7a04e96871595a904db7a17,
        _:Nacffae6e0bdb4058b97de2bfcd482528,
        _:Nb814d044735c410d8e9165ddd52bb67c,
        _:Nba700b6f7fd5464a8f242639245b551c,
        _:Nc0046015b0f244ee9fdc3f41149ea6d0,
        _:Nc05cecc160fa4364a98e09a56e2ba058,
        _:Nda860b66dde84cd9b6c6f0183f9c68e7,
        _:Ndd1622586d1e4f1ca5a6e3f9f23e7ec0,
        _:Nf5a9ae8dde96496eac51907a8049609a,
        _:Nfa4ce1377d954039957c3699fa9d51e4 ;
    mo:track_count 28 ;
    schema:duration "PT64:59"^^xsd:interval ;
    schema:numTracks 28 ;
    schema:track _:N2bbc546e6ee841929e8b7f62e5b509c3,
        _:N2d01effb634044a19779e06fd729210c,
        _:N2d133245772542c9bf977f5cb32fc6bb,
        _:N3b800d4afc35416fa867688e5792acad,
        _:N426452452a5844259ddbb3033c6a4b46,
        _:N49541b178e1d4c41b0a031b41a0cccb5,
        _:N4d725cd4c50f4e318f3b2fc5614e29eb,
        _:N51bc63382b4449dfb4d12cf625935741,
        _:N51c3422b10b54363ba955721751dd3ee,
        _:N615d69fbffec4d1b81e248da6896023c,
        _:N65b037485fde44d9ae66050f1c53110e,
        _:N7a7a2b1c496148e0ac8c3c80b8e93adf,
        _:N8061a9b469d24e4fa87ef852af8ba77c,
        _:N8b0a6b6012ca4143a789e36e895fab6a,
        _:Na4021090bb7b448aa13d1a0a141634ef,
        _:Na5b4275d61c347cab704425ef63f3866,
        _:Na67beb31b73243159a71bc645610f09b,
        _:Na74aa5a246c74b2ab545648ef8a5eba3,
        _:Nac84711fe7a04e96871595a904db7a17,
        _:Nacffae6e0bdb4058b97de2bfcd482528,
        _:Nb814d044735c410d8e9165ddd52bb67c,
        _:Nba700b6f7fd5464a8f242639245b551c,
        _:Nc0046015b0f244ee9fdc3f41149ea6d0,
        _:Nc05cecc160fa4364a98e09a56e2ba058,
        _:Nda860b66dde84cd9b6c6f0183f9c68e7,
        _:Ndd1622586d1e4f1ca5a6e3f9f23e7ec0,
        _:Nf5a9ae8dde96496eac51907a8049609a,
        _:Nfa4ce1377d954039957c3699fa9d51e4 .

