@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/38422> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Grosse Fuge in B-flat Major, Op. 133" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1825-1826" ;
    skos:exactMatch <http://dbpedia.org/resource/Gro%C3%9Fe_Fuge>,
        <http://id.loc.gov/authorities/names/n81140267>,
        <http://www.wikidata.org/entity/Q613618>,
        <https://musicbrainz.org/work/cc6eba78-85ef-3834-a400-a34e0d8856d9> .

