@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/brearK2>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Dekker"@nl ;
  schema:familyName "Dekker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ba8e150-8a0f-d329-cade-85411dc2be55"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b7vbGIo> ;
  schema:spouse <https://n2t.net/ark:/60537/bapZO65> ;
  schema:children <https://n2t.net/ark:/60537/bijACWa> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2211624> .

