@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/7828> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for 5 Flutes in G Major, Op. 15, No. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006098> ;
    ns1:dateCreated "1727" ;
    skos:exactMatch <https://musicbrainz.org/work/88c2a440-0e50-4b05-b48b-1d769724133b> .

