@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/bG0R2bO>
  schema:givenName "Hendrika Geertruida"^^xsd:string ;
  schema:name "Hendrika Geertruida van den Briel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/edde9d04-2e9e-1651-6ce2-d2ec2e785061"^^xsd:string ;
  schema:familyName "van den Briel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cab727e2-cc80-f5ec-ce60-b7d7c49f8d1a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2604508> ;
  schema:birthDate "1875-05-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Briel"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

