@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/50074> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Danse de la chèvre, H. 39" ;
    dcterms:creator <http://data.carnegiehall.org/names/14334> ;
    ns1:dateCreated "1921" ;
    skos:exactMatch <http://dbpedia.org/resource/Danse_de_la_ch%C3%A8vre>,
        <http://www.wikidata.org/entity/Q529681>,
        <https://id.loc.gov/authorities/names/n79108082>,
        <https://musicbrainz.org/work/81b74836-4c52-411e-a4ce-ee5faf235bdb> .

