@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/118380> a ns1:CreativeWork ;
    rdfs:label "A Visit from St. Nicholas" ;
    dcterms:creator <http://data.carnegiehall.org/names/1028548> ;
    ns1:dateCreated "1823" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n80092666>,
        <http://www.wikidata.org/entity/Q1704645>,
        <https://musicbrainz.org/work/56f04807-b64a-4774-b712-c26c4f30fb30> .

