@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/1029882> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chiquinha Gonzaga" ;
    ns1:birthDate "1847-10-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3451190/> ;
    ns1:deathDate "1935-02-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Chiquinha Gonzaga" ;
    skos:exactMatch <http://dbpedia.org/resource/Chiquinha_Gonzaga>,
        <http://www.wikidata.org/entity/Q465902>,
        <https://id.loc.gov/authorities/n82234827>,
        <https://musicbrainz.org/artist/58a0070e-9ae9-44f2-b63a-af0c61999d84> .

