@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/bx3Lphe>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Florina"^^xsd:string ;
  schema:name "Florina van den Bogert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4c4c4856-99b8-e65f-591b-301b76e91e17"^^xsd:string ;
  schema:familyName "van den Bogert"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zevenhuizen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z4gq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4994134b-9f2a-cac6-5960-726a609431a4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2142825> ;
  schema:birthDate "1872-11-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Bogert"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

