@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/34031> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Will Rogers" ;
    ns1:birthDate "1879-11-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4547242/> ;
    ns1:deathDate "1935-08-15"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Will Rogers" ;
    skos:exactMatch <http://dbpedia.org/resource/Will_Rogers>,
        <http://www.wikidata.org/entity/Q457840>,
        <https://id.loc.gov/authorities/n79022274>,
        <https://musicbrainz.org/artist/e3b5ee16-cfa7-4cd3-8661-2760b14908d4> .

