@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/25968> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Red Skelton" ;
    ns1:birthDate "1913-07-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4266307/> ;
    ns1:deathDate "1997-09-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Red Skelton" ;
    skos:exactMatch <http://dbpedia.org/resource/Red_Skelton>,
        <http://id.loc.gov/authorities/names/n79045541>,
        <http://www.wikidata.org/entity/Q1277029>,
        <https://musicbrainz.org/artist/4ad0eab0-b34e-440c-9b71-ed06174d2138> .

