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

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

<artist/14425#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2233#subject> ;
    schema:name "Matt Heidler"@en ;
    foaf:made <album/2233#composition>,
        <album/2233#subject> ;
    foaf:name "Matt Heidler"@en .

<artist/14426#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2233#subject> ;
    schema:name "Jeff Abbott"@en ;
    foaf:made <album/2233#composition>,
        <album/2233#subject> ;
    foaf:name "Jeff Abbott"@en .

<artist/14427#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2233#subject> ;
    schema:name "Levi Sterling"@en ;
    foaf:made <album/2233#composition>,
        <album/2233#subject> ;
    foaf:name "Levi Sterling"@en .

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

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

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

<https://medium-media.vgm.io/albums/33/2233/2233-1245441536.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/2233#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Music from the Original Score - Tex Murphy: Overseer"@en,
        "Music from the Original Score - Tex Murphy: Overseer"@ja,
        "Music from the Original Score - Tex Murphy: Overseer"@ja-latn ;
    mo:performance_of <album/2233#musicalwork> ;
    mo:performer <artist/14422#subject> ;
    mo:recorded_as <album/2233#musicalexpression> ;
    schema:byArtist <artist/14422#subject> ;
    schema:name "Music from the Original Score - Tex Murphy: Overseer"@en,
        "Music from the Original Score - Tex Murphy: Overseer"@ja,
        "Music from the Original Score - Tex Murphy: Overseer"@ja-latn ;
    schema:workPerformed <album/2233#musicalwork> .

<artist/14422#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2233#subject> ;
    mo:performed <album/2233#performance> ;
    schema:name "Richie Havens"@en ;
    foaf:made <album/2233#composition>,
        <album/2233#lyrics>,
        <album/2233#subject> ;
    foaf:name "Richie Havens"@en .

<album/2233#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Music from the Original Score - Tex Murphy: Overseer"@en,
        "Music from the Original Score - Tex Murphy: Overseer"@ja,
        "Music from the Original Score - Tex Murphy: Overseer"@ja-latn ;
    mo:composer <artist/14422#subject>,
        <artist/14425#subject>,
        <artist/14426#subject>,
        <artist/14427#subject> ;
    mo:produced_work <album/2233#musicalwork> ;
    schema:name "Music from the Original Score - Tex Murphy: Overseer"@en,
        "Music from the Original Score - Tex Murphy: Overseer"@ja,
        "Music from the Original Score - Tex Murphy: Overseer"@ja-latn .

<album/2233#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-01-01"^^xsd:date ;
    dcterms:title "Music from the Original Score - Tex Murphy: Overseer"@en,
        "Music from the Original Score - Tex Murphy: Overseer"@ja,
        "Music from the Original Score - Tex Murphy: Overseer"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2233#musicalexpression> ;
    mo:publisher _:N065b5373508741de9cc4f97cf841b9b1 ;
    mo:record _:N3379b084cf5e4aefa8c0073fba182307 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tex Murphy: Overseer"@en ;
            foaf:name "Tex Murphy: Overseer"@en ],
        [ a schema:CreativeWork ;
            schema:name "The Pandora Directive"@en ;
            foaf:name "The Pandora Directive"@en ] ;
    schema:byArtist <artist/14422#subject> ;
    schema:datePublished "1998-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/33/2233/2233-1245441536.jpg> ;
    schema:name "Music from the Original Score - Tex Murphy: Overseer"@en,
        "Music from the Original Score - Tex Murphy: Overseer"@ja,
        "Music from the Original Score - Tex Murphy: Overseer"@ja-latn ;
    schema:publisher _:N065b5373508741de9cc4f97cf841b9b1 ;
    foaf:depiction <https://media.vgm.io/albums/33/2233/2233-1245441536.jpg> .

_:N065b5373508741de9cc4f97cf841b9b1 schema:name "Access"@en ;
    foaf:name "Access"@en .

_:N304515d735734b2e8c736e8b6997546a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tex Drugs The Coffee"@en ;
    mo:track_number 4 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Tex Drugs The Coffee"@en .

_:N478e4206db7149f5b60133d284211a12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clocktower Fight"@en ;
    mo:track_number 11 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Clocktower Fight"@en .

_:N49725d1843df4d8abbae06bc9690d8ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening Credits / Tex's Nightmare"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Opening Credits / Tex's Nightmare"@en .

_:N5125edd332f445e6bfcb85bcd3249366 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trying To Try"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Trying To Try"@en .

_:N5425bd7e8cf343208c26b08a60b5f6ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Checkmate"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Checkmate"@en .

_:N819fbf73ec9746d481e7392dc963c3dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Things Get \"Worser\""@en ;
    mo:track_number 13 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Things Get \"Worser\""@en .

_:N9b3ad4abb7764cc4846d04a1011b1b74 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Slow Down"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Slow Down"@en .

_:Na4b80b1c2b984d8480443f4e5433778a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonny Dies"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Sonny Dies"@en .

_:Nb9e5bc6f0ec046e690656c610962ac01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Let The Match Begin\""@en ;
    mo:track_number 10 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "\"Let The Match Begin\""@en .

_:Nbb0b18788bb94680b3df747547b97c31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maria"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Maria"@en .

_:Nc66df86109d640caacb9ea4e3fe282c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Mansion"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "The Mansion"@en .

_:Nde2f03a7325545b896e5fc80884091c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Upsetting A Client"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Upsetting A Client"@en .

_:Ne46591bb102d4ead8f5a78ce3993822b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ambush At The Cabin"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Ambush At The Cabin"@en .

_:Nf555eaea414248c6a51012c2671274b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Suite From The Pandora Directive"@en ;
    mo:track_number 16 ;
    schema:duration "PT10:18"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Suite From The Pandora Directive"@en .

_:Nf69130717f8b4617a85096e607619231 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tex's Lament"@en ;
    mo:track_number 15 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Tex's Lament"@en .

_:Nfaba193953ba4be59235d7d12de1df03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sylvia Drunk"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N3379b084cf5e4aefa8c0073fba182307 ;
    schema:name "Sylvia Drunk"@en .

_:N3379b084cf5e4aefa8c0073fba182307 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N304515d735734b2e8c736e8b6997546a,
        _:N478e4206db7149f5b60133d284211a12,
        _:N49725d1843df4d8abbae06bc9690d8ab,
        _:N5125edd332f445e6bfcb85bcd3249366,
        _:N5425bd7e8cf343208c26b08a60b5f6ce,
        _:N819fbf73ec9746d481e7392dc963c3dd,
        _:N9b3ad4abb7764cc4846d04a1011b1b74,
        _:Na4b80b1c2b984d8480443f4e5433778a,
        _:Nb9e5bc6f0ec046e690656c610962ac01,
        _:Nbb0b18788bb94680b3df747547b97c31,
        _:Nc66df86109d640caacb9ea4e3fe282c5,
        _:Nde2f03a7325545b896e5fc80884091c9,
        _:Ne46591bb102d4ead8f5a78ce3993822b,
        _:Nf555eaea414248c6a51012c2671274b7,
        _:Nf69130717f8b4617a85096e607619231,
        _:Nfaba193953ba4be59235d7d12de1df03 ;
    mo:track_count 16 ;
    schema:duration "PT49:01"^^xsd:interval ;
    schema:numTracks 16 ;
    schema:track _:N304515d735734b2e8c736e8b6997546a,
        _:N478e4206db7149f5b60133d284211a12,
        _:N49725d1843df4d8abbae06bc9690d8ab,
        _:N5125edd332f445e6bfcb85bcd3249366,
        _:N5425bd7e8cf343208c26b08a60b5f6ce,
        _:N819fbf73ec9746d481e7392dc963c3dd,
        _:N9b3ad4abb7764cc4846d04a1011b1b74,
        _:Na4b80b1c2b984d8480443f4e5433778a,
        _:Nb9e5bc6f0ec046e690656c610962ac01,
        _:Nbb0b18788bb94680b3df747547b97c31,
        _:Nc66df86109d640caacb9ea4e3fe282c5,
        _:Nde2f03a7325545b896e5fc80884091c9,
        _:Ne46591bb102d4ead8f5a78ce3993822b,
        _:Nf555eaea414248c6a51012c2671274b7,
        _:Nf69130717f8b4617a85096e607619231,
        _:Nfaba193953ba4be59235d7d12de1df03 .

