@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/1023513> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Theodore Seuss Geisel" ;
    ns1:birthDate "1904-03-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4951788/> ;
    ns1:deathDate "1991-09-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Theodore Seuss Geisel" ;
    skos:exactMatch <http://dbpedia.org/resource/Dr._Seuss>,
        <http://id.loc.gov/authorities/names/n91084846>,
        <http://www.wikidata.org/entity/Q298685>,
        <https://musicbrainz.org/artist/e7a94b95-e339-48eb-83c3-7ba856969bbe> .

