@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/18310> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Hark! The Herald Angels Sing" ;
    ns1:adp <http://data.carnegiehall.org/names/1023739> ;
    ns1:lyr <http://data.carnegiehall.org/names/1008892>,
        <http://data.carnegiehall.org/names/1025029> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008892>,
        <http://data.carnegiehall.org/names/1023739>,
        <http://data.carnegiehall.org/names/1025029> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns2:dateCreated "1855" ;
    skos:exactMatch <http://dbpedia.org/resource/Hark!_The_Herald_Angels_Sing>,
        <http://www.wikidata.org/entity/Q1585437>,
        <https://musicbrainz.org/work/bc0cdd41-eaa3-3330-b972-8e8174b9e64d> .

