@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/34527> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mazeppa" ;
    ns2:lbt <http://data.carnegiehall.org/names/1024523> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024523> ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1881-1883" ;
    skos:exactMatch <http://dbpedia.org/resource/Mazeppa_(opera)>,
        <http://www.wikidata.org/entity/Q1081440>,
        <https://id.loc.gov/authorities/names/n80167038>,
        <https://musicbrainz.org/work/8f997af5-cfef-441c-aac3-b747cd030497> .

