@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/b6FpXxL>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van Lottum"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/00e1bd3b-eb75-a9c8-9565-df78aee08ced"^^xsd:string ;
  schema:familyName "van Lottum"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d0b196f6-e3d4-9908-4989-ffda44860d35> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2628911> ;
  schema:birthDate "1834-08-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lottum"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

