@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/2075> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hungarian Rhapsody No. 2 in C-sharp Minor, S. 244, No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1846-1851" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82162724>,
        <http://musicbrainz.org/work/90929826-5064-3212-89c1-689be90e1d4d>,
        <http://www.wikidata.org/entity/Q3040118> .

