@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/35827> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Song of Peace, Op. 82" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000433> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <https://musicbrainz.org/work/08ae5efc-75ed-4bf9-8f61-abe5ce920848> .

