@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/35579> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet No. 11 in F Minor, Op. 95, \"Serioso\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1810" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quartet_No._11_(Beethoven)>,
        <http://id.loc.gov/authorities/names/n81002392>,
        <http://www.wikidata.org/entity/Q169969>,
        <https://musicbrainz.org/work/8883f4bf-8760-4f48-a158-e0a2b72c6657> .

