@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/40189> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Royal Garden Blues" ;
    ns2:cmp <http://data.carnegiehall.org/names/51337> ;
    dcterms:contributor <http://data.carnegiehall.org/names/51337> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003137> ;
    ns1:dateCreated "1919" ;
    skos:exactMatch <http://dbpedia.org/resource/Royal_Garden_Blues>,
        <http://id.loc.gov/authorities/names/no2018043644>,
        <http://www.wikidata.org/entity/Q11350147>,
        <https://musicbrainz.org/work/2799be82-dc49-3e1a-9aab-09b45f190cd2> .

