@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/bapZJhm>
  schema:familyName "Grendel"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Grendel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a031a8a5-81a0-9f8b-67e0-98d92dd8d9a4"^^xsd:string ;
  schema:hasOccupation "Mandenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/453d9a27-88ad-f6e5-94e0-93fe459a20f8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2125903> ;
  schema:birthDate "1851-05-04"^^xsd:date .

