@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/12680> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La molinara: Act II. Nel cor più non mi sento" ;
    ns2:lbt <http://data.carnegiehall.org/names/1026098> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1026098> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010493> ;
    ns1:dateCreated "1788" ;
    skos:exactMatch <http://dbpedia.org/resource/Nel_cor_pi%C3%B9_non_mi_sento>,
        <http://id.loc.gov/authorities/names/n81047357>,
        <http://www.wikidata.org/entity/Q2712155>,
        <https://musicbrainz.org/work/9e957ad4-4985-3b5d-89eb-39fcc28d3019> .

