@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/bIIX4LE>
  schema:givenName "Elisabeth Maria"^^xsd:string ;
  schema:name "Elisabeth Maria van der Lip"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e794a34a-5b7f-9fb6-9e8d-2f2bfab281fa"^^xsd:string ;
  schema:familyName "van der Lip"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7p7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eae89f59-1024-b3bd-acd8-7fe87fea801e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2834117> ;
  schema:birthDate "1832-04-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lip"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

