@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/1029185> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Honoré de Balzac" ;
    ns1:birthDate "1799-05-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972191/> ;
    ns1:deathDate "1850-08-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Honoré de Balzac" ;
    skos:exactMatch <http://dbpedia.org/resource/Honor%C3%A9_de_Balzac>,
        <http://www.wikidata.org/entity/Q9711>,
        <https://id.loc.gov/authorities/n79071094>,
        <https://musicbrainz.org/artist/a0412c28-426e-409c-a7ed-363a3ffc481a> .

