@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/1010554> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ildebrando Pizzetti" ;
    ns1:birthDate "1880-09-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171457/> ;
    ns1:deathDate "1968-02-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ildebrando Pizzetti" ;
    skos:exactMatch <http://dbpedia.org/resource/Ildebrando_Pizzetti>,
        <http://id.loc.gov/authorities/names/n80117010>,
        <http://www.wikidata.org/entity/Q379267>,
        <https://musicbrainz.org/artist/0ea32d88-f302-44e6-bd75-d73e4ad135a1> .

