@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/69742> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ground in C Minor, ZD. 221" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004958> ;
    ns1:dateCreated "c. 1695" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n78032306>,
        <https://musicbrainz.org/work/b9a2c59e-1751-3b18-a166-f003e51b005c> .

