@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/124389> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Midnight at the Oasis" ;
    ns2:lyr <http://data.carnegiehall.org/names/911> ;
    dcterms:contributor <http://data.carnegiehall.org/names/911> ;
    dcterms:creator <http://data.carnegiehall.org/names/911> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/Midnight_at_the_Oasis>,
        <http://www.wikidata.org/entity/Q6842847>,
        <https://musicbrainz.org/work/cefe4fac-7137-36a3-8313-10352c85099c> .

