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

<https://n2t.net/ark:/60537/b3xUpEw>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d1e11d82-8ba4-7a9d-cfa0-27d28278b964"^^xsd:string ;
  schema:hasOccupation "Knecht"@nl ;
  schema:givenName "Petrus"^^xsd:string ;
  schema:name "Petrus van den Hondel"@nl ;
  schema:familyName "van den Hondel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013782> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/60d98aa5-bf23-f7d5-55ea-2edf93509024> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2231991> ;
  schema:birthDate "1862-10-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hondel"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

