@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/116058> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for Flute, Harpsichord, Violin and Continuo in G Minor, TWV 42:g2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006265> ;
    ns1:dateCreated "1734" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n94041174>,
        <https://musicbrainz.org/work/07b69f1d-4b3d-46a7-9c8c-68e28a20be6e> .

