@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/40685> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Miroirs" ;
    dcterms:creator <http://data.carnegiehall.org/names/719> ;
    ns1:dateCreated "1904-1905" ;
    skos:exactMatch <http://dbpedia.org/resource/Miroirs>,
        <http://id.loc.gov/authorities/names/n80143908>,
        <http://www.wikidata.org/entity/Q770354>,
        <https://musicbrainz.org/work/8192e0b8-156a-4c03-966c-1262468c05c3> .

