@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/43087> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in G Major, Op. 17, No. 5, H.III:29" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003781> ;
    ns1:dateCreated "1771" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n96087514>,
        <https://musicbrainz.org/work/bfb3941f-2f1b-4d38-a35b-59db30df407d> .

