@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/bywFKpG>
  schema:familyName "Geerling"^^xsd:string ;
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Geerling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cce32256-704f-e2e2-95ac-8551231dc38f"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/979e5da2-3e96-b2d6-12a3-7f5131527e61> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2786719> ;
  schema:birthDate "1827-02-06"^^xsd:date .

