@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/bngT7kG>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Smit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33b41b31-49d5-82fd-e110-7750b0a18392"^^xsd:string ;
  schema:familyName "Smit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bCGDZp3> ;
  schema:children <https://n2t.net/ark:/60537/beniizm> ;
  schema:spouse <https://n2t.net/ark:/60537/buYMfMy> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2855165> .

