@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/bBdLd5T>
  schema:givenName "Barendina"^^xsd:string ;
  schema:name "Barendina van Varik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8039143e-2d59-b3ff-6446-aa1f8f52d9ef"^^xsd:string ;
  schema:familyName "van Varik"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0124jw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8a5c8cb7-5618-84ac-bf2e-a7299d47b9bf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2392545> ;
  schema:birthDate "1819-10-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Varik"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

