@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/bbRTD0c>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Janknegt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/00ce8615-226c-1b52-aa99-ac6cacf65c57"^^xsd:string ;
  schema:familyName "Janknegt"^^xsd:string ;
  schema:hasOccupation "Schoolleerling"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hkw4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6cd488be-f726-5480-bb65-85500ddac441> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2278949> .

