@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/108878> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Opening of the Wells, H. 354" ;
    ns2:aut <http://data.carnegiehall.org/names/1025399> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025399> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006403> ;
    ns1:dateCreated "1955" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Opening_of_the_Wells>,
        <http://id.loc.gov/authorities/names/n85373734>,
        <http://www.wikidata.org/entity/Q7755203>,
        <https://musicbrainz.org/work/a9079c40-97d9-41ef-9036-ee776d66b535> .

