@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/7785> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "7 Studies on Themes of Paul Klee" ;
    dcterms:creator <http://data.carnegiehall.org/names/2368> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96065060>,
        <http://musicbrainz.org/work/6861afe0-05c9-4eb3-afe6-5836908fc0a7> .

