@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/33256> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hungarian Rhapsody No. 7 in D Minor, S. 255, No. 7" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1846-1853" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97074067>,
        <http://www.wikidata.org/entity/Q16155232>,
        <https://musicbrainz.org/work/13ac20b4-6e04-3f30-ae1e-35b35ee7182e> .

