@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/33796> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Can-Can: C’est Magnifique" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    ns1:dateCreated "1953" ;
    skos:exactMatch <http://dbpedia.org/resource/C%27est_Magnifique>,
        <http://id.loc.gov/authorities/names/n2009008792>,
        <http://www.wikidata.org/entity/Q3439817>,
        <https://musicbrainz.org/work/c96a94ff-09f7-40f8-ba32-38488bde9a01> .

