@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/17928> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Trio Sonata for Flute, Oboe, and Continuo in A Minor, TWV 42:a4" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006265> ;
    ns1:dateCreated "1718" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82027338>,
        <https://musicbrainz.org/work/0ecf62d9-fea5-4bbd-b7d9-009aa7f1ccd5> .

