@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/1025628> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Umberto Bertini" ;
    ns1:birthDate "1900-10-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3169070/> ;
    ns1:deathDate "1987-06-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Umberto Bertini" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q4003333>,
        <https://id.loc.gov/authorities/n2008078629>,
        <https://musicbrainz.org/artist/54ce42d7-37c2-4f27-a443-f2f3b08ac236> .

