@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/1012434> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mário de Andrade" ;
    ns1:birthDate "1893-10-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3448439/> ;
    ns1:deathDate "1945-02-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mário de Andrade" ;
    skos:exactMatch <http://dbpedia.org/resource/M%C3%A1rio_de_Andrade>,
        <http://id.loc.gov/authorities/names/n50021546>,
        <http://www.wikidata.org/entity/Q203623>,
        <https://musicbrainz.org/artist/8e78806b-9de2-4beb-9b24-d767c2967425> .

