@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/bezZfYo>
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Hooggeboren"@nl ;
  schema:familyName "Hooggeboren"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/780259bb-26d3-6b02-209d-ade85e62ff48"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/b6FpsaQ>, <https://n2t.net/ark:/60537/bYKOH49> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bPaCT0d> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/783527> ;
  schema:birthDate "1840-09-19"^^xsd:date .

