@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/1008905> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dilermando Reis" ;
    ns1:birthDate "1916-09-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3461859/> ;
    ns1:deathDate "1977-01-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dilermando Reis" ;
    skos:exactMatch <http://dbpedia.org/resource/Dilermando_Reis>,
        <http://www.wikidata.org/entity/Q1607279>,
        <https://id.loc.gov/authorities/names/n84072794>,
        <https://musicbrainz.org/artist/18d6afff-feae-4a1d-bbc9-ec1c2c033d21> .

