@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/110630> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Roman Sketches, Op. 7: 1. The White Peacock" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010825> ;
    ns1:dateCreated "1919" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n82027773>,
        <https://musicbrainz.org/work/55f1c23c-6d48-4ab8-b19e-c246c2ce4132> .

