@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/1006588> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giuseppe Antonio Capuzzi" ;
    ns1:birthDate "1755-08-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3181569/> ;
    ns1:deathDate "1818-03-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giuseppe Antonio Capuzzi" ;
    skos:exactMatch <http://dbpedia.org/resource/Antonio_Capuzzi>,
        <http://id.loc.gov/authorities/names/no89000112>,
        <http://www.wikidata.org/entity/Q362907>,
        <https://musicbrainz.org/artist/8a36c671-c3a1-4f55-84d1-a27173b4de50> .

