@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/1029730> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Dickinson" ;
    ns1:birthDate "1732-11-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4370904/> ;
    ns1:deathDate "1808-02-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "John Dickinson" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Dickinson>,
        <http://www.wikidata.org/entity/Q878687>,
        <https://id.loc.gov/authorities/n50027268>,
        <https://musicbrainz.org/artist/51bb359c-a478-4619-ac49-8f8f37632d22> .

