@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/bTXJDzM>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cb7413be-c122-bb3c-93a3-59ed3b24f3d6"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Versluis"@nl ;
  schema:familyName "Versluis"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/btj9TZS> ;
  schema:spouse <https://n2t.net/ark:/60537/bTXJDzM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2689439> .

