@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/190> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La donna ancora è fedele: Son tutta duolo" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002870> ;
    ns1:dateCreated "1698" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2006065004>,
        <https://musicbrainz.org/work/5aff29f9-fe63-3196-8a1e-7c16acc287e1> .

