@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/bJY8TVV>
  schema:givenName "Alexander Antonius"^^xsd:string ;
  schema:name "Alexander Antonius Padberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/901cc1d8-ee50-774c-34fc-599846d83452"^^xsd:string ;
  schema:familyName "Padberg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bdd1815e-8358-1016-b239-e139f73a5872> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2557033> ;
  schema:birthDate "1894-09-03"^^xsd:date .

