@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/b4ZOa8a>
  schema:givenName "Albert"^^xsd:string ;
  schema:name "Albert Kok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2675d58d-8ff2-9ee4-c4bb-0af290bb0b46"^^xsd:string ;
  schema:familyName "Kok"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/beMGu3H> ;
  schema:children <https://n2t.net/ark:/60537/bPokgBA> ;
  schema:spouse <https://n2t.net/ark:/60537/bzz9DXB> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2238864> .

