@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/1027623> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicola Daspuro" ;
    ns1:birthDate "1853-01-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3174953/> ;
    ns1:deathDate "1941-12-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Nicola Daspuro" ;
    skos:exactMatch <http://dbpedia.org/resource/Nicola_Daspuro>,
        <http://www.wikidata.org/entity/Q15269616>,
        <https://id.loc.gov/authorities/names/no2016167381>,
        <https://musicbrainz.org/artist/826d4f8e-6ac8-4934-a815-e61adde61fc0> .

