@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/4779> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Ceremony of Carols, Op. 28" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1942" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Ceremony_of_Carols>,
        <http://id.loc.gov/authorities/names/n92022843>,
        <http://www.wikidata.org/entity/Q385094>,
        <https://musicbrainz.org/work/a9ae3de3-dc15-4d19-b8db-13d155d71eda> .

