@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/b2UO8xx>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Nonner"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6a386e7-c945-082d-1c4a-0fffde453f10"^^xsd:string ;
  schema:hasOccupation "Koekbakker"@nl ;
  schema:familyName "Nonner"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0198jt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/21475b7f-c60d-e7a7-582e-b76ed9153a02> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1989495> ;
  schema:birthDate "1878-12-16"^^xsd:date .

