@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/49903> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Trio in G Major, H.XV:25, \"Gypsy\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003781> ;
    ns1:dateCreated "c. 1795" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Trio_No._39_(Haydn)>,
        <http://id.loc.gov/authorities/names/n85133121>,
        <http://www.wikidata.org/entity/Q3539387>,
        <https://musicbrainz.org/work/2bfdae40-23ed-42a1-b737-26cf91c777df> .

