@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/bbsvqGi>
  schema:givenName "Agrinus"^^xsd:string ;
  schema:name "Agrinus van der Laan"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4e09421-f9d6-7a43-28aa-557667a84d49"^^xsd:string ;
  schema:hasOccupation "Metselaarsknecht"@nl ;
  schema:familyName "van der Laan"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vdqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a2746d57-40b5-98b8-aedc-15be678c0f1f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2450766> ;
  schema:birthDate "1860-07-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Laan"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

