@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/58465> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "9 Variations on a March by Dressler, WoO 63" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1782" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n79023362>,
        <https://musicbrainz.org/work/57f84422-7989-39ec-8336-ae0115f4602d> .

