@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/49792> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robin Williams" ;
    ns1:birthDate "1951-07-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:deathDate "2014-08-11"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Robin Williams" ;
    skos:exactMatch <http://dbpedia.org/resource/Robin_Williams>,
        <http://id.loc.gov/authorities/names/n99250620>,
        <http://www.wikidata.org/entity/Q83338>,
        <https://musicbrainz.org/artist/536e8e61-8040-40a1-8b35-a2c6996dc44f> .

