@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/105542> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on America" ;
    ns2:arr <http://data.carnegiehall.org/names/58624> ;
    ns2:trc <http://data.carnegiehall.org/names/1024137> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024137>,
        <http://data.carnegiehall.org/names/58624> ;
    dcterms:creator <http://data.carnegiehall.org/names/1008305> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <https://musicbrainz.org/work/5f54529a-dbf3-4225-a2c9-d9d6639d4ba0> .

