@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/bDVQRYY>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Leeflang"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8d091ea0-4b7b-fd56-59eb-21f86995e0f7"^^xsd:string ;
  schema:familyName "Leeflang"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/57cfb48f-ac61-4ac0-3f79-11fe78f4e62c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2197489> ;
  schema:birthDate "1833-09-24"^^xsd:date .

