@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/works/107930> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Have Yourself a Merry Little Christmas" ;
    ns1:arr <http://data.carnegiehall.org/names/1023969> ;
    ns1:cmp <http://data.carnegiehall.org/names/1016054> ;
    ns1:edt <http://data.carnegiehall.org/names/1023970>,
        <http://data.carnegiehall.org/names/1023971> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1016054>,
        <http://data.carnegiehall.org/names/1023969>,
        <http://data.carnegiehall.org/names/1023970>,
        <http://data.carnegiehall.org/names/1023971> ;
    dcterms:creator <http://data.carnegiehall.org/names/1005059> ;
    ns2:dateCreated "1942" .

