@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/bgshosI>
  schema:familyName "Hoogendoorn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f8848350-3169-6a67-c967-536dde8aa889"^^xsd:string ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon Hoogendoorn"@nl ;
  schema:hasOccupation "Zonder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00gg7s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/38dda96e-c9ae-0041-eda6-abc88a0b32ff> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2078180> ;
  schema:birthDate "1833-01-01"^^xsd:date .

