@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@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/12082> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Märchenerzählungen, Op. 132" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1854" ;
    skos:exactMatch <http://dbpedia.org/resource/M%C3%A4rchenerz%C3%A4hlungen>,
        <http://id.loc.gov/authorities/names/n82136850>,
        <https://musicbrainz.org/work/8d25ed1b-ff02-4299-8f9d-f61d7f6c9be0> .

