@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/40662> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Estampes, L. 100: 3. Jardins sous la pluie. Net et vif" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1903" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88658081>,
        <http://www.wikidata.org/entity/Q29106247>,
        <https://musicbrainz.org/work/bc7d0107-3bc8-3433-b6f1-f9d2ecfeb01c> .

