@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/bKaQJFV>
  schema:givenName "Gerrigje"^^xsd:string ;
  schema:name "Gerrigje van den Broek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bb225f0c-4d9d-e53f-f98a-33386bdf9617"^^xsd:string ;
  schema:familyName "van den Broek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w3v6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f7d81905-b7ee-792d-6082-fba33fb828f9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2723365> ;
  schema:birthDate "1857-03-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Broek"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

