@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/16249> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Christ on the Mount of Olives, Op. 85: Hallelujah" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1803" ;
    skos:exactMatch <https://musicbrainz.org/work/ce12ecad-5096-4791-a7fc-2c7199321102> .

