@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/bFb3h0O>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Spijkerman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/14703017-36dc-469b-4dc6-d3b9cbd3d6ac"^^xsd:string ;
  schema:familyName "Spijkerman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bhHuavg> ;
  schema:children <https://n2t.net/ark:/60537/bpmSEj5> ;
  schema:spouse <https://n2t.net/ark:/60537/bxgtt9m> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2561994> .

