@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/13990> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La ronde des lutins, Op. 25" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004235> ;
    ns1:dateCreated "1852" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n79044313>,
        <http://www.wikidata.org/entity/Q4500031>,
        <https://musicbrainz.org/work/edfa209e-dc54-4baa-b91a-0ae890d6df1d> .

