@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/1004826> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "José de Almeida Prado" ;
    ns1:birthDate "1943-02-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3449433/> ;
    ns1:deathDate "2010-11-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "José de Almeida Prado" ;
    skos:exactMatch <http://dbpedia.org/resource/Jos%C3%A9_Ant%C3%B4nio_Rezende_de_Almeida_Prado>,
        <http://id.loc.gov/authorities/names/n81005031>,
        <http://www.wikidata.org/entity/Q362686>,
        <https://musicbrainz.org/artist/2dbde3f6-72e3-42c1-9d05-c32dfbbcc927> .

