@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/bNIJuUh>
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Vergeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce9f0113-df1b-6cb7-904a-01a3bdf8e235"^^xsd:string ;
  schema:familyName "Vergeer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bCgeF06> ;
  schema:spouse <https://n2t.net/ark:/60537/bhh4U25> ;
  schema:children <https://n2t.net/ark:/60537/by6fxIh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/571915> .

