@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/28541> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite No. 1 for Two Pianos, Op. 5" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1893" ;
    skos:exactMatch <http://dbpedia.org/resource/Suite_No._1_(Rachmaninoff)>,
        <http://id.loc.gov/authorities/names/n84172819>,
        <http://www.wikidata.org/entity/Q2311096>,
        <https://musicbrainz.org/work/b99a07c5-ec66-422d-a99c-6b891c3a2992> .

