@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/54386> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Let It Snow! Let It Snow! Let It Snow!" ;
    ns2:lyr <http://data.carnegiehall.org/names/55897> ;
    dcterms:contributor <http://data.carnegiehall.org/names/55897> ;
    dcterms:creator <http://data.carnegiehall.org/names/24847> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://dbpedia.org/resource/Let_It_Snow!_Let_It_Snow!_Let_It_Snow!>,
        <http://id.loc.gov/authorities/names/no98042304>,
        <http://musicbrainz.org/work/b64ce599-84ef-38b7-b909-770a15ae224d> .

