@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/30228> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rodney Dangerfield" ;
    ns1:birthDate "1921-11-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5114731/> ;
    ns1:deathDate "2004-10-05"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Rodney Dangerfield" ;
    skos:exactMatch <http://dbpedia.org/resource/Rodney_Dangerfield>,
        <http://www.wikidata.org/entity/Q436386>,
        <https://id.loc.gov/authorities/names/n86067395>,
        <https://musicbrainz.org/artist/65b57988-9e79-4fd4-b42a-ffa8a1cce111> .

