@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/31304> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet No. 14 in A-flat Major, Op. 105: 3. Lento e molto cantabile" ;
    dcterms:creator <http://data.carnegiehall.org/names/10716> ;
    ns1:dateCreated "1895" ;
    skos:exactMatch <https://musicbrainz.org/work/77832a6f-975c-3099-b09a-98597b4b5f1b> .

