@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/6832> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "En blanc et noir" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1915" ;
    skos:exactMatch <http://dbpedia.org/resource/En_blanc_et_noir>,
        <http://id.loc.gov/authorities/names/n82101536>,
        <http://www.wikidata.org/entity/Q3053508>,
        <https://musicbrainz.org/work/4ad4a1e9-aab4-436d-97ff-33efc3ea9440> .

