@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/38895> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Capriccio on the Departure of his Most Beloved Brother, BWV 992" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "c. 1703" ;
    skos:exactMatch <http://dbpedia.org/resource/Capriccio_on_the_departure_of_a_beloved_brother>,
        <http://id.loc.gov/authorities/names/n82039520>,
        <http://www.wikidata.org/entity/Q1034933>,
        <https://musicbrainz.org/work/e730f208-b54b-4b68-8265-54ca114c50be> .

