@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/bZNjgMA>
  schema:givenName "Adriaan"^^xsd:string ;
  schema:name "Adriaan Leeuwis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/84e2909d-6ed0-c29c-a3e9-ed134ea30054"^^xsd:string ;
  schema:familyName "Leeuwis"^^xsd:string ;
  schema:hasOccupation "Pakhuisknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zzmg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6bd8befe-d1fe-703a-d6a1-0fff9d929436> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2275065> ;
  schema:birthDate "1857-06-06"^^xsd:date .

