@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/1014409> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cartola" ;
    ns1:birthDate "1908-10-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7538835/> ;
    ns1:deathDate "1980-11-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cartola" ;
    skos:exactMatch <http://dbpedia.org/resource/Cartola>,
        <http://www.wikidata.org/entity/Q2710419>,
        <https://id.loc.gov/authorities/names/n82218997>,
        <https://musicbrainz.org/artist/7c743881-aed4-47d4-93d5-9fdd6e2904bb> .

