@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/28381> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Poème élégiaque, Op. 12" ;
    dcterms:creator <http://data.carnegiehall.org/names/59716> ;
    ns1:dateCreated "c. 1895" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n94033498>,
        <http://www.wikidata.org/entity/Q30668323>,
        <https://musicbrainz.org/work/a36e54e5-6671-416b-befb-7a72aeebf592> .

