@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/44799> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Scherzo in A-flat Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010316> ;
    ns1:dateCreated "1885" ;
    skos:exactMatch <http://dbpedia.org/resource/Scherzo_in_A-flat_major_(Borodin)>,
        <http://www.wikidata.org/entity/Q7431213>,
        <https://id.loc.gov/authorities/names/no97075252>,
        <https://musicbrainz.org/work/c5bd15e2-c94e-4a68-9e19-64d955ebf29b> .

