@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/61871> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet No. 1 in E Minor, \"From My Life\": 1. Allegro vivo appassionato" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003037> ;
    ns1:dateCreated "1876" ;
    skos:exactMatch <https://musicbrainz.org/work/7fd4c9e9-8dd6-3eed-905c-9ea1c4f1bef6> .

