@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/bWfqZ2o>
  schema:familyName "Hooggeboren"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1e51f21e-cc84-b6a9-7a37-ec8c62c6d399"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Hooggeboren"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00g0hs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bdce1693-924b-b0c2-4820-144521645993> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2556985> ;
  schema:birthDate "1829-05-10"^^xsd:date .

