@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/123037> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Kiss Me, Kate: Were Thine That Special Face" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    ns1:dateCreated "1948" ;
    skos:exactMatch <https://musicbrainz.org/work/679285b2-e0f9-4003-82a7-dc0ee518b3f9> .

