@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/27975> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Serenade No. 1 in D Major, Op. 11: 6. Rondo. Allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1857-1858" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no00056825>,
        <https://musicbrainz.org/work/adfd0db1-8cd5-37aa-9f83-19f6140ed5b0> .

