@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/b2UOukX>
  schema:hasOccupation "Bloemist"@nl ;
  schema:familyName "Hooftman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5733a712-008c-b19a-b778-e042376be2e4"^^xsd:string ;
  schema:givenName "Jan Pieter"^^xsd:string ;
  schema:name "Jan Pieter Hooftman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0124jw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/813b434a-8b12-5c9b-1e84-b1a982e12148> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2357629> ;
  schema:birthDate "1869-11-17"^^xsd:date .

