@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/18133> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Nocturne in G Minor, Op. 15, No. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1833" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q16738512>,
        <https://id.loc.gov/authorities/names/no98026311>,
        <https://musicbrainz.org/work/296c95d4-e09b-389c-a78e-7c3910e6b494> .

