@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/1020881> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lewis Carroll" ;
    ns1:birthDate "1832-01-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2651521/> ;
    ns1:deathDate "1898-01-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Lewis Carroll" ;
    skos:exactMatch <http://dbpedia.org/resource/Lewis_Carroll>,
        <http://id.loc.gov/authorities/names/n79056546>,
        <http://www.wikidata.org/entity/Q38082>,
        <https://musicbrainz.org/artist/1bfc42b4-ba8f-4303-87e5-518c8a91eb44> .

