@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/7687> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on a Theme of Frank Bridge, Op. 10" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1937" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations_on_a_Theme_of_Frank_Bridge>,
        <http://www.wikidata.org/entity/Q1949569>,
        <https://id.loc.gov/authorities/names/n85389722>,
        <https://musicbrainz.org/work/dc44e863-b521-48d0-ad48-f5340a7cb57e> .

