@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/30868> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Bluebeard's Castle, Op. 11" ;
    ns2:lbt <http://data.carnegiehall.org/names/1022780> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022780> ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1911" ;
    skos:exactMatch <http://dbpedia.org/resource/Bluebeard's_Castle>,
        <http://id.loc.gov/authorities/names/n81066638>,
        <http://www.wikidata.org/entity/Q249749>,
        <https://musicbrainz.org/work/b83e28a0-c97e-476a-8473-71c09999c14b> .

