@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/1031095> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thomas Betterton" ;
    ns1:birthDate "1635-08"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1710-04-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Thomas Betterton" ;
    skos:exactMatch <http://dbpedia.org/resource/Thomas_Betterton>,
        <http://www.wikidata.org/entity/Q1511187>,
        <https://id.loc.gov/authorities/n78087629>,
        <https://musicbrainz.org/artist/7abbc800-baa8-4df2-be4c-a1900ba3f938> .

