@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/47000> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jay Leno" ;
    ns1:birthDate "1950-04-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128549/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Jay Leno" ;
    skos:exactMatch <http://dbpedia.org/resource/Jay_Leno>,
        <http://id.loc.gov/authorities/names/n88179392>,
        <http://www.wikidata.org/entity/Q218718>,
        <https://musicbrainz.org/artist/5579c8b1-ae02-4983-aeef-aed1f56ca5d6> .

