@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/bqC4oit>
  schema:familyName "Grendel"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Grendel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0e9d13a9-529e-32f9-dc3f-1ee75d7a429d"^^xsd:string ;
  schema:hasOccupation "Mandenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/56670647-340e-14ce-23a3-1cd7df07f2e5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2192181> ;
  schema:birthDate "1851-05-04"^^xsd:date .

