@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/bCgfde9>
  schema:givenName "Arnoldus"^^xsd:string ;
  schema:name "Arnoldus Veenhoff"@nl ;
  schema:hasOccupation "Horologiemaker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8d964791-96be-33d6-ca96-bf2bcf52a394"^^xsd:string ;
  schema:familyName "Veenhoff"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Groningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m0p7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1b54ac55-0fe2-2a3f-8cc5-d1b4cbf1161c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/693321> ;
  schema:birthDate "1850-11-20"^^xsd:date .

