@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/bTkDfWz>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Hardijzer"@nl ;
  schema:familyName "Hardijzer"^^xsd:string ;
  schema:hasOccupation "Hofmeester"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe8ea328-7cb7-3658-2674-a9445c9453e2"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d1k9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/79556267-d7c3-aeba-2cb2-faf9fe91165b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2326995> .

