@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/1024892> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thibaut IV, Count of Champagne and Brie, King of Navarre" ;
    ns1:birthDate "1201-05-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2971549/> ;
    ns1:deathDate "1253-07-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Thibaut IV, Count of Champagne and Brie, King of Navarre" ;
    skos:exactMatch <http://dbpedia.org/resource/Theobald_I_of_Navarre>,
        <http://www.wikidata.org/entity/Q314562>,
        <https://id.loc.gov/authorities/names/n85801009>,
        <https://musicbrainz.org/artist/2800ff57-0ebb-4c39-8fd2-4059bf80c9b3> .

