@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/29701> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Prélude à l'après-midi d'un faune" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1892-1894" ;
    skos:exactMatch <http://dbpedia.org/resource/Pr%C3%A9lude_%C3%A0_l%27apr%C3%A8s-midi_d%27un_faune>,
        <http://id.loc.gov/authorities/names/n84046737>,
        <http://www.wikidata.org/entity/Q1471875>,
        <https://musicbrainz.org/work/9e9d8173-2bca-347e-b19c-2057455e3fad> .

