@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/bpYYsbW>
  schema:familyName "Boekkamp"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1bb3927-8dec-62ea-0655-2f0dbbbe6975"^^xsd:string ;
  schema:givenName "Jurrie"^^xsd:string ;
  schema:name "Jurrie Boekkamp"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bpYYsbW> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bVQ0Kvg> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2302810> .

