@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1022770> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giambattista Varesco" ;
    ns1:birthDate "1735-11-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3165243/> ;
    ns1:deathDate "1805-08-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Giambattista Varesco" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n81042597>,
        <http://www.wikidata.org/entity/Q552416>,
        <https://musicbrainz.org/artist/7a96e15e-12de-45d2-872f-b2b46d295ca6> .

