@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/49299> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet No. 15 in A Minor, Op. 132" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1825" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quartet_No._15_(Beethoven)>,
        <http://id.loc.gov/authorities/names/no91026359>,
        <http://www.wikidata.org/entity/Q191560>,
        <https://musicbrainz.org/work/2638304f-0c71-40e6-9572-375c85e1cdf4> .

