@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/b62isiP>
  schema:familyName "Hageman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/87b989aa-5eb7-bf2c-620f-b2d8769e8689"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus Hageman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0D6d1w> ;
  schema:spouse <https://n2t.net/ark:/60537/b62isiP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2113280> .

