@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/bNikhaE>
  schema:familyName "Boer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/767ef272-2a3e-4a9c-99ba-2ac2d9ea1098"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Boer"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/b37vR8G> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b8X5kXP> ;
  schema:children <https://n2t.net/ark:/60537/bVcV61X> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2028441> .

