@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/46137> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hungarian Rhapsody No. 10 in E Major, S. 244, No. 10 (R. 106)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1846-1853" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no99010777>,
        <https://musicbrainz.org/work/780ebd17-8c00-3009-a0df-a6ea2c7b2e1c> .

