@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/b99NG1m>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Jacobs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/15758e6d-3590-08a7-9ba8-3fcedff9ff9a"^^xsd:string ;
  schema:familyName "Jacobs"^^xsd:string ;
  schema:hasOccupation "Rijksambtenaar"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boxmeer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gd1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4b874860-6c9b-a9d3-3411-36c9bb15739a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2150354> ;
  schema:birthDate "1828-10-02"^^xsd:date .

