@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/43973> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Oberon" ;
    ns2:lbt <http://data.carnegiehall.org/names/1007266> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1007266> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004864> ;
    ns1:dateCreated "1825-1826" ;
    skos:exactMatch <http://dbpedia.org/resource/Oberon_(Weber)>,
        <http://id.loc.gov/authorities/names/n80057033>,
        <http://www.wikidata.org/entity/Q690835>,
        <https://musicbrainz.org/work/636f46a0-5d9b-4ba6-b9a8-26e1775ae8c6> .

