@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/1009841> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Antonio Bertoli" ;
    ns1:birthDate "1598"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3174607/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Antonio Bertoli" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88144799>,
        <https://musicbrainz.org/artist/43f6b1f2-4b93-4c2d-9377-85bc2ef4a3ae> .

