@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#> .

<https://n2t.net/ark:/60537/b250nvf>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Okkers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/642fdfd9-3445-04a9-19bb-8a38f57d2bfd"^^xsd:string ;
  schema:familyName "Okkers"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012zrg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1242d593-cf5c-7e0c-bf53-b911dd5f9ecf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/634590> ;
  schema:birthDate "1828-09-17"^^xsd:date .

