@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/68144> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ouverture in C Major, TWV 55:C6" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006265> ;
    ns1:dateCreated "c. 1721" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no98014660>,
        <https://musicbrainz.org/work/a45da0c3-a42d-4aa4-8baa-eae4d463a27c> .

