@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/26466> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pelléas et Mélisande Suite, Op. 80" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009412> ;
    ns1:dateCreated "1900" ;
    skos:exactMatch <http://dbpedia.org/resource/Pell%C3%A9as_et_M%C3%A9lisande_(Faur%C3%A9)>,
        <http://id.loc.gov/authorities/names/n85199788>,
        <http://www.wikidata.org/entity/Q2705084>,
        <https://musicbrainz.org/work/74bcefb4-8140-458a-a46d-b14c3bdf435e> .

