@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/bms54QH>
  schema:givenName "Arend"^^xsd:string ;
  schema:name "Arend Kwinkelenberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7cdd1c37-80b2-49e5-c885-a523bc0425fe"^^xsd:string ;
  schema:familyName "Kwinkelenberg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bJm26ic> ;
  schema:spouse <https://n2t.net/ark:/60537/bms54QH> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2502422> .

