@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/17884> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet No. 16 in F Major, Op. 135" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1826" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quartet_No._16_(Beethoven)>,
        <http://id.loc.gov/authorities/names/no91026361>,
        <http://www.wikidata.org/entity/Q194924>,
        <https://musicbrainz.org/work/4d973e8d-37c0-4709-ad45-1fff7a014f65> .

