@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bbRU28s>
  pico:hasAge "29"^^xsd:string ;
  schema:givenName "Herman Maurits"^^xsd:string ;
  schema:name "Herman Maurits van Gemert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8a24ae1a-ffd7-79cf-3425-a32c19ead117"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:familyName "van Gemert"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bIiyCXa> ;
  schema:children <https://n2t.net/ark:/60537/bsunZjn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bTyj23p> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2728214> ;
  schema:additionalName [
    ns0:baseSurname "Gemert"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

