@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/62552> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Te Deum in D Major H. 146" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009501> ;
    ns1:dateCreated "c. 1690" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q11704258>,
        <https://id.loc.gov/authorities/n79060866>,
        <https://musicbrainz.org/work/d00148c7-a8d8-4745-a062-00ee0c0450db> .

