@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/boWtXym>
  schema:familyName "Hoogendoorn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4b66cff8-3fc6-3d1a-22b9-26fc901eaf7d"^^xsd:string ;
  schema:givenName "Maarten"^^xsd:string ;
  schema:name "Maarten Hoogendoorn"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0132jg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/59df9a50-40ec-4d23-fe8f-0663b45d05ae> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2205409> ;
  schema:birthDate "1882-03-24"^^xsd:date .

