@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/bvBRxhg>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Hofstede"@nl ;
  schema:familyName "Hofstede"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4a38c9cc-50b2-c88f-41e0-2b10be59187e"^^xsd:string ;
  schema:hasOccupation "Visscher"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012v1n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/29bfc71a-8ff2-602a-fdf6-e7795cf219f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2022589> ;
  schema:birthDate "1865-12-23"^^xsd:date .

