@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/40026> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Nocturnes, Op. 62" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1846" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97074461>,
        <http://www.wikidata.org/entity/Q7046561>,
        <https://musicbrainz.org/work/d69af78d-0059-4719-8c94-650df2a35caf> .

