@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/108711> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Rinaldo, HWV 7: Act II. Il tricerbero umiliato" ;
    ns1:lbt <http://data.carnegiehall.org/names/1022326> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022326> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004515> ;
    ns2:dateCreated "1711" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2001087102>,
        <https://musicbrainz.org/work/1bbe8b1f-f1fd-4781-a9a7-1788cf70c20a> .

