@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/99516> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Patton Oswalt" ;
    ns1:birthDate "1969-01-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4779999/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Patton Oswalt" ;
    skos:exactMatch <http://dbpedia.org/resource/Patton_Oswalt>,
        <http://id.loc.gov/authorities/names/n2007086866>,
        <http://www.wikidata.org/entity/Q374065>,
        <https://musicbrainz.org/artist/d9562589-942d-4971-a030-77df0503366d> .

