@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bWFPhL4>
  schema:givenName "Geertruida Hendrika"^^xsd:string ;
  schema:name "Geertruida Hendrika van Hooff"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2c7f8775-8632-4494-0b25-97d4064c2487"^^xsd:string ;
  schema:familyName "van Hooff"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01298g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/af6d4772-f805-b316-d95e-dea267892a7a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2501179> ;
  schema:birthDate "1875-07-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hooff"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

