@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/1535> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "8 Nocturnes, FP 56: 4. Nocturne No. 4 in C Minor. Bal fantôme. Lent, très las et piano" ;
    dcterms:creator <http://data.carnegiehall.org/names/37816> ;
    ns1:dateCreated "1934" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2013007833>,
        <https://musicbrainz.org/work/a902c511-204d-4287-939d-4e38f79e1a24> .

