@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/26673> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Snow Maiden" ;
    ns2:lbt <http://data.carnegiehall.org/names/1005079> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1005079> ;
    dcterms:creator <http://data.carnegiehall.org/names/1005079> ;
    ns1:dateCreated "1880-1895" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Snow_Maiden>,
        <http://www.wikidata.org/entity/Q1039069>,
        <https://id.loc.gov/authorities/names/n80128707>,
        <https://musicbrainz.org/work/4912294f-f827-4b1b-8097-65af3939dd77> .

