@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/bOyxSFm>
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Prevoo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c8f7118-00e3-df99-e0d8-a07e34708330"^^xsd:string ;
  schema:familyName "Prevoo"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Groningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c818c6c5-f508-e496-9f74-7b5bd6124fbd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2592940> ;
  schema:birthDate "1851-12-20"^^xsd:date .

