@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/bE8yrAF>
  schema:familyName "de Lange"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1fa9557c-1f40-9898-f6b2-b076d2c416d7"^^xsd:string ;
  schema:givenName "Petrus"^^xsd:string ;
  schema:name "Petrus de Lange"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3843a10e-9ca8-a6e7-b00c-3f14025d8e60> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2075919> ;
  schema:birthDate "1861-05-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lange"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

