@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/b251cRW>
  schema:hasOccupation "Fabrieksarbeider"@nl ;
  schema:givenName "Henricus Jacobus"^^xsd:string ;
  schema:name "Henricus Jacobus Jacobs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b2466208-357f-8efe-a380-0bbe6e056e46"^^xsd:string ;
  schema:familyName "Jacobs"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zevenbergen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zxz7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/edaca6ed-e824-7310-c61b-2047405e4be4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2844672> ;
  schema:birthDate "1869-02-02"^^xsd:date .

