@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/bcHH59I>
  schema:familyName "de Borsje"^^xsd:string ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth de Borsje"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c27a7422-9a5e-f042-21ea-cbc4b79d51b5"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Weert> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/25104ff5-d59b-f021-b858-7f3b2af26d5b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2004302> ;
  schema:birthDate "1814-01-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Borsje"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

