@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/bojoaSc>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/97af55bc-eb22-c481-534e-0043c57528f3"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Kooiman"@nl ;
  schema:familyName "Kooiman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ab7bc940-dc04-97aa-96e7-cff4fcb0a0d5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2485858> ;
  schema:birthDate "1886-04-28"^^xsd:date .

