@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/bbFbNsv>
  schema:givenName "Hendricus"^^xsd:string ;
  schema:name "Hendricus Overeijnder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4f988b50-ec88-6fdf-0306-32d3a3b4bad5"^^xsd:string ;
  schema:familyName "Overeijnder"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/b3KBYDr>, <https://n2t.net/ark:/60537/bjzMChC> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b7huXoy> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2117008> ;
  schema:birthDate "1890-03-29"^^xsd:date .

