@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/33159> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sí dolce è’l tormento, SV 332" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010617> ;
    ns1:dateCreated "1624" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr92031669>,
        <https://musicbrainz.org/work/74e8c80a-901b-4a50-9bd3-734bf3cbab25> .

