@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/26388> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Le Juive: Act I. Si la rigueur et la vengeance" ;
    ns2:lbt <http://data.carnegiehall.org/names/1020812> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020812> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002685> ;
    ns1:dateCreated "1835" ;
    skos:exactMatch <https://musicbrainz.org/work/481a88e4-b6ed-4488-b6a5-dc2f33812ead> .

