@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/1024295> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antoine de Saint-Exupéry" ;
    ns1:birthDate "1900-06-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2996944/> ;
    ns1:deathDate "1944-07-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Antoine de Saint-Exupéry" ;
    skos:exactMatch <http://dbpedia.org/resource/Antoine_de_Saint-Exup%C3%A9ry>,
        <http://www.wikidata.org/entity/Q2908>,
        <https://id.loc.gov/authorities/names/n80126188>,
        <https://musicbrainz.org/artist/6b9700da-9eb3-4c1c-881c-01226ed5fc5f> .

