@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/51856> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Zadok the Priest, HWV 258" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004515> ;
    ns1:dateCreated "1727" ;
    skos:exactMatch <http://dbpedia.org/resource/Zadok_the_Priest>,
        <http://id.loc.gov/authorities/names/n81035158>,
        <http://www.wikidata.org/entity/Q656769>,
        <https://musicbrainz.org/work/1a9b015f-43e9-3605-ba69-dd84bd642223> .

