@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/b9nvNNP>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Hortensius"@nl ;
  schema:familyName "Hortensius"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7c6460c7-d2b8-b4fc-dd74-829465777bf7"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:children <https://n2t.net/ark:/60537/bDJ9BbZ> ;
  schema:spouse <https://n2t.net/ark:/60537/bTykdTA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bxu9siK> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2638771> .

