@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/bdxvvwe>
  schema:familyName "Grootenhuis"^^xsd:string ;
  schema:givenName "Hendrik Rudolph"^^xsd:string ;
  schema:name "Hendrik Rudolph Grootenhuis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e7391e1f-c65c-f198-c60f-ce5e99f3b4db"^^xsd:string ;
  schema:birthPlace "Ommen"@nl ;
  schema:hasOccupation "Rijksboekhouder"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9282ad9a-f90c-5201-190e-85fbbdd305ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2760999> ;
  schema:birthDate "1855-04-12"^^xsd:date .

