@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b7hvPih>
  pico:hasAge "23"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Lugthart"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0b6c9df7-690d-a198-feef-cacdaad0ab91"^^xsd:string ;
  schema:familyName "Lugthart"^^xsd:string ;
  schema:hasOccupation "Verwer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bpzzxir> ;
  schema:children <https://n2t.net/ark:/60537/bRG1VNX> ;
  schema:spouse <https://n2t.net/ark:/60537/bZACKzh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2440449> .

