@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/bb265UP>
  schema:givenName "Heinrich Wilhelm"^^xsd:string ;
  schema:name "Heinrich Wilhelm Padberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4d543b68-0845-9dae-abce-89bf2dbe7b55"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:birthPlace "Oberkirchen Duitschland"@nl ;
  schema:familyName "Padberg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ac265c4d-2c23-5f22-bdd5-3467f51fcf8b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2488259> ;
  schema:birthDate "1863-03-10"^^xsd:date .

