@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@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/112379> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Honey Hush" ;
    dcterms:creator <http://data.carnegiehall.org/names/64403> ;
    ns1:dateCreated "1953" ;
    skos:exactMatch <http://dbpedia.org/resource/Honey_Hush>,
        <http://www.wikidata.org/entity/Q5893558>,
        <https://musicbrainz.org/work/d999e6b5-1ec4-341f-bc72-582b04bffc8c> .

