@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/bkCgZW7>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena van Adrichem"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b704c833-b52a-7365-63f6-d7305dbab3d2"^^xsd:string ;
  schema:familyName "van Adrichem"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ssfs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/406d1bf2-fbc0-9789-f318-41d8b0fd572c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2107363> ;
  schema:birthDate "1848-04-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Adrichem"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

