@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/110590> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Is It True What They Say About Dixie?" ;
    ns2:cmp <http://data.carnegiehall.org/names/1005742> ;
    ns2:lyr <http://data.carnegiehall.org/names/1004313> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1004313>,
        <http://data.carnegiehall.org/names/1005742> ;
    dcterms:creator <http://data.carnegiehall.org/names/42093> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q16386399>,
        <https://musicbrainz.org/work/6bd97bb8-10de-4410-a803-bddb83bae9e5> .

