@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/47218> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite No. 2 for Two Pianos, Op. 17" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1900-1901" ;
    skos:exactMatch <http://dbpedia.org/resource/Suite_No._2_(Rachmaninoff)>,
        <http://id.loc.gov/authorities/names/no96027748>,
        <http://www.wikidata.org/entity/Q2702922>,
        <https://musicbrainz.org/work/2086db91-1680-47c7-820b-864bb599b129> .

