@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/79233> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sarah Silverman" ;
    ns1:birthDate "1970-12-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5084868/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Sarah Silverman" ;
    skos:exactMatch <http://dbpedia.org/resource/Sarah_Silverman>,
        <http://www.wikidata.org/entity/Q229013>,
        <https://id.loc.gov/authorities/no2005020328>,
        <https://musicbrainz.org/artist/ebf48614-6b24-41bd-9ebb-a90af8e473b7> .

