@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/20706> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Le bourgeois gentilhomme: Marche pour la Cérémonie Turque" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004279> ;
    ns1:dateCreated "1670" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n98072890>,
        <https://musicbrainz.org/work/d330fc79-2f7a-3885-acc9-9fd216f8807e> .

