@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/1021427> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Temistocle Solera" ;
    ns1:birthDate "1815-12-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3177090/> ;
    ns1:deathDate "1878-04-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Temistocle Solera" ;
    skos:exactMatch <http://dbpedia.org/resource/Temistocle_Solera>,
        <http://id.loc.gov/authorities/names/n82006554>,
        <http://www.wikidata.org/entity/Q211329>,
        <https://musicbrainz.org/artist/9981e8d2-c0ed-4d71-864b-39c1ea7e3b9e> .

