@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/bMGeuk3>
  schema:hasOccupation "Arbeider"@nl ;
  schema:familyName "Hofman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ccfceb0-bebd-4644-6681-bf193882688f"^^xsd:string ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon Hofman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010g78> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6df1624f-7bfb-1fe3-cda3-856e123ae8fc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2283008> ;
  schema:birthDate "1835-12-09"^^xsd:date .

