@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/55444> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Nocturnes, Op. 55: 1. Nocturne in F Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1843" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2003083126>,
        <http://www.wikidata.org/entity/Q11431258>,
        <https://musicbrainz.org/work/41c416ce-61b6-3398-ac67-d9d080d3bc07> .

