@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/98335> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Wachet auf, ruft uns die Stimme, Wf XV:2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007874> ;
    ns1:dateCreated "c. 1780" ;
    skos:exactMatch <http://dbpedia.org/resource/Wachet_auf,_ruft_uns_die_Stimme_(J._C._F._Bach)>,
        <http://id.loc.gov/authorities/names/no2009197539> .

