@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/bGQEXtE>
  schema:givenName "Gijsbertus Johannes"^^xsd:string ;
  schema:name "Gijsbertus Johannes Hordijk"@nl ;
  schema:familyName "Hordijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f14f8c29-1a00-19ad-312b-0b6039d8419e"^^xsd:string ;
  schema:hasOccupation "Verwersknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n5fk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e09fe9f7-add4-97a5-1f0e-254f66493a5f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2828782> ;
  schema:birthDate "1834-09-08"^^xsd:date .

