@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b4ApSKq>
  schema:givenName "Antonius Hubertus"^^xsd:string ;
  schema:name "Antonius Hubertus van den Akker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/19a92319-a624-cdee-ce0e-60d93b47f729"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:familyName "van den Akker"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Breda> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00p3cb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/775c0339-44f1-bf63-7ad2-15b3c62eb8a3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2319446> ;
  schema:birthDate "1838-09-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Akker"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

