@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/99781> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in G Minor, Op. 10: 4. Très modéré – En animant peu à peu – Très mouvementé et avec passion" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1893" ;
    skos:exactMatch <https://musicbrainz.org/work/31a96826-fbc2-4db0-aae2-3a7d30fc4736> .

