@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/8385> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite provençale, Op. 152b" ;
    dcterms:creator <http://data.carnegiehall.org/names/39600> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://dbpedia.org/resource/Suite_proven%C3%A7ale>,
        <https://id.loc.gov/authorities/names/no97076361>,
        <https://musicbrainz.org/work/6e766117-6689-4151-9c53-ed16c5926cb7> .

