@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/bAoX2XE>
  schema:familyName "Garretsen"^^xsd:string ;
  schema:birthPlace "Hatert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dba3fcbc-03d6-28d1-aba6-086679a22634"^^xsd:string ;
  schema:givenName "Rudolf Gerhard"^^xsd:string ;
  schema:name "Rudolf Gerhard Garretsen"@nl ;
  schema:hasOccupation "Schrijver P en T."@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b015z6w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0c329681-1555-2abd-3e2e-7e6c43ac9cf8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/617252> ;
  schema:birthDate "1901-11-06"^^xsd:date .

