@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/5881> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Berceuse élégiaque, Op. 42, BV 252a" ;
    dcterms:creator <http://data.carnegiehall.org/names/1343> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://dbpedia.org/resource/Berceuse_%C3%A9l%C3%A9giaque>,
        <http://id.loc.gov/authorities/names/n92070716>,
        <http://www.wikidata.org/entity/Q4891091>,
        <https://musicbrainz.org/work/c44f421b-3362-4d59-9ce7-34afe1df83b6> .

