@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/126175> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Wozzeck, Op. 7: Act III, Scene 1. Und ist kein Betrug in seinem Munde erfunden worden'" ;
    ns2:lbt <http://data.carnegiehall.org/names/1009982> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1009982> ;
    dcterms:creator <http://data.carnegiehall.org/names/1009982> ;
    ns1:dateCreated "1917-1922" ;
    skos:exactMatch <https://musicbrainz.org/work/b8a938fe-fe9e-4a8b-9902-8aa1e1d7376e> .

