@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/23942> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in E-flat Major, Op. 33, No. 2, H.III:38, \"The Joke\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003781> ;
    ns1:dateCreated "1781" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n96031804>,
        <http://musicbrainz.org/work/3856c58a-4b21-4633-ac58-80dd6d312c9a> .

