@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/1025781> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tristan l'Hermite" ;
    ns1:birthDate "1601"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3017382/> ;
    ns1:deathDate "1655-09-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Tristan l'Hermite" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois_Tristan_l%27Hermite>,
        <http://id.loc.gov/authorities/names/n79113978>,
        <http://www.wikidata.org/entity/Q1451213>,
        <https://musicbrainz.org/artist/4c24b5bc-c765-44a5-8604-bc21ff1b2803> .

