@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/22091> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Danse sacrée et danse profane: Danse profane" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1904" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2007076091>,
        <https://musicbrainz.org/work/6cc25b4b-25f9-48ee-85c2-9c2519c271e6> .

