@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/28849> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Trio in B-flat Major, Op. 97, \"Archduke\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1810-1811" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Trio,_Op._97_(Beethoven)>,
        <http://id.loc.gov/authorities/names/n83177442>,
        <http://www.wikidata.org/entity/Q905677>,
        <https://musicbrainz.org/work/53ac5ed4-77f8-41cf-8d3e-f9e5c6643220> .

