@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/35257> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata in G Minor, K. 30, \"Katzenfuge\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002668> ;
    ns1:dateCreated "c. 1720-1725" ;
    skos:exactMatch <http://dbpedia.org/resource/Cat_fugue>,
        <http://www.wikidata.org/entity/Q3408309>,
        <https://id.loc.gov/authorities/n90692248>,
        <https://musicbrainz.org/work/3f06e4b4-7ecf-4e65-9fc2-dc00c0d31d69> .

