@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/1001090> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cláudio Santoro" ;
    ns1:birthDate "1919-11-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3663517/> ;
    ns1:deathDate "1989-03-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cláudio Santoro" ;
    skos:exactMatch <http://dbpedia.org/resource/Cl%C3%A1udio_Santoro>,
        <http://www.wikidata.org/entity/Q1103858>,
        <https://id.loc.gov/authorities/names/n80040344>,
        <https://musicbrainz.org/artist/95c4d4c1-7592-47b5-9814-2e2c3f05502a> .

