@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/1007301> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pietro Antonio Locatelli" ;
    ns1:birthDate "1695-09-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3182164/> ;
    ns1:deathDate "1764-03-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pietro Antonio Locatelli" ;
    skos:exactMatch <http://dbpedia.org/resource/Pietro_Locatelli>,
        <http://id.loc.gov/authorities/names/n80144600>,
        <http://musicbrainz.org/artist/8dc575fe-7a0d-435b-8fb7-9c76ea8eb109>,
        <http://www.wikidata.org/entity/Q124772> .

