@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/1027885> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paulo Sérgio Valle" ;
    ns1:birthDate "1940-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3451190/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Paulo Sérgio Valle" ;
    skos:exactMatch <http://dbpedia.org/resource/Paulo_S%C3%A9rgio_Valle>,
        <http://www.wikidata.org/entity/Q10346844>,
        <https://id.loc.gov/authorities/nr2002003437>,
        <https://musicbrainz.org/artist/11419fa9-4f00-4bb8-ac6e-09b3fcf5adfc> .

