@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/35429> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Nocturne No. 11 in F-sharp Minor, Op. 104, No. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009412> ;
    ns1:dateCreated "1913" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no95046959>,
        <http://musicbrainz.org/work/a997ed42-d985-384b-b70f-ca8d9d6b273c> .

