@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/beZoFNv>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Spit"@nl ;
  schema:hasOccupation "Fabriekant"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2a640baf-0a90-b781-30c7-0329ea49e194"^^xsd:string ;
  schema:familyName "Spit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0123sd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4406106e-4355-4fdc-58cc-9dec659b5de3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2121158> ;
  schema:birthDate "1799-01-16"^^xsd:date .

