@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/42217> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pelléas et Mélisande" ;
    ns2:aut <http://data.carnegiehall.org/names/31484> ;
    dcterms:contributor <http://data.carnegiehall.org/names/31484> ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1893-1902" ;
    skos:exactMatch <http://dbpedia.org/resource/Pell%C3%A9as_et_M%C3%A9lisande_(opera)>,
        <http://id.loc.gov/authorities/names/n78025522>,
        <http://www.wikidata.org/entity/Q368019>,
        <https://musicbrainz.org/work/3d7bec68-2514-4852-b9b5-c02104a98dbd> .

