@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/51601> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in D Major, Op. 64, No. 5, H.III:63, \"The Lark\": 4. Finale: Vivace" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003781> ;
    ns1:dateCreated "1790" ;
    skos:exactMatch <https://musicbrainz.org/work/cad169f9-d32d-3718-96ef-42a0a8f80928> .

