@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/bp9azkz>
  schema:familyName "Bik"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c5935393-c7c8-1a53-e770-a5c5c2dda96b"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Bik"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bgeAKyT> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/buYL0MG> ;
  schema:children <https://n2t.net/ark:/60537/bx3Lo9u> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2122788> .

