@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/1003770> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "André Filho" ;
    ns1:birthDate "1906-03-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3451190/> ;
    ns1:deathDate "1974-07-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "André Filho" ;
    skos:exactMatch <http://dbpedia.org/resource/Andr%C3%A9_Filho>,
        <http://www.wikidata.org/entity/Q4759901>,
        <https://id.loc.gov/authorities/names/no2005036513>,
        <https://musicbrainz.org/artist/a2c8bbf4-d3e1-4eae-86b9-1de6846b4923> .

