@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/1016305> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Armando Neves" ;
    ns1:birthDate "1902-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3467865/> ;
    ns1:deathDate "1976-10-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Armando Neves" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q16493706>,
        <https://id.loc.gov/authorities/names/no2007126641>,
        <https://musicbrainz.org/artist/a0c534f0-5709-48a4-a7a8-c223001e2378> .

