@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/1025826> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Claudel" ;
    ns1:birthDate "1868-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2968516/> ;
    ns1:deathDate "1955-02-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Paul Claudel" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Claudel>,
        <http://www.wikidata.org/entity/Q295830>,
        <https://id.loc.gov/authorities/names/n80039729>,
        <https://musicbrainz.org/artist/201dd80b-410d-4e33-bae9-2359741854c5> .

