@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/bPaDHA6>
  schema:familyName "Hoogendoorn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a677f661-e10b-1972-e7a9-eff33f31d604"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert Hoogendoorn"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sb3q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8011c189-b9b7-11cd-2315-f05ab875b929> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2353157> ;
  schema:birthDate "1813-02-06"^^xsd:date .

