@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/bMfQf8p>
  schema:familyName "Grendel"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Grendel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4b0627bf-68c7-6a0c-b76d-3d4b002ee8e5"^^xsd:string ;
  schema:hasOccupation "Mandenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9a959eb3-9071-0c96-5b5b-73ab670b63f4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2420702> ;
  schema:birthDate "1851-05-04"^^xsd:date .

