@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/bnuzXN1>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Gijzenij"@nl ;
  schema:familyName "Gijzenij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/72c68ee8-c30f-4bfc-0c6f-3cb35655ebe6"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/166dcf7c-57d2-e40d-45bb-9a9e2fe2477a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1950161> ;
  schema:birthDate "1871-11-06"^^xsd:date .

