@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/129885> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kevin Nealon" ;
    ns1:birthDate "1953-11-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4407066/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Kevin Nealon" ;
    skos:exactMatch <http://dbpedia.org/resource/Kevin_Nealon>,
        <http://www.wikidata.org/entity/Q449531>,
        <https://id.loc.gov/authorities/names/no2004026797>,
        <https://musicbrainz.org/artist/43c9816e-921c-468f-9e61-4dad6f6fe9fd> .

