@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/byJn1kV>
  schema:familyName "de Krieger"^^xsd:string ;
  schema:givenName "Hendrika"^^xsd:string ;
  schema:name "Hendrika de Krieger"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/635fb42a-0b7a-f29b-2fdb-c19440a96d6f"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Echteld> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011hcn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7ed4d35d-f7ce-3587-ead1-4434c35df47e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2348337> ;
  schema:birthDate "1871-08-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Krieger"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

