@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/35060> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Serenade in E Minor, Op. 20: 1. Allegro piacevole" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1892" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2008145632>,
        <https://musicbrainz.org/work/969bcbec-c041-3eda-8fea-cec6d47850ed> .

