@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/1025426> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giacomo Sacchéro" ;
    ns1:birthDate "1813-01-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2525068/> ;
    ns1:deathDate "1875-09-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Giacomo Sacchéro" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3762259>,
        <https://id.loc.gov/authorities/n81080338>,
        <https://musicbrainz.org/artist/95d0c87a-0289-4b8e-8289-36d7340054e3> .

