@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/19049> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "The Christmas Song" ;
    ns1:lyr <http://data.carnegiehall.org/names/1019880> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019880> ;
    dcterms:creator <http://data.carnegiehall.org/names/25246> ;
    ns2:dateCreated "1944" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Christmas_Song>,
        <http://id.loc.gov/authorities/names/n00114899>,
        <http://musicbrainz.org/work/00324746-fc24-337b-a9fb-edb8a317be5b> .

