@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/120432> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Wer sich dem Himmel übergeben" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000961> ;
    ns1:dateCreated "c. 1700" ;
    skos:exactMatch <https://musicbrainz.org/work/8512e9f6-4d7a-4547-831a-e7ca5b8a1f56> .

