@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/bQqQ8CQ>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Berkouwer"@nl ;
  schema:familyName "Berkouwer"^^xsd:string ;
  schema:hasOccupation "Bouwknecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/802375c0-2e7f-a86b-711b-d06106d19a7a"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013p3x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/91618cb0-8ece-4426-e6a5-b569d396a85c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2752586> ;
  schema:birthDate "1869-11-19"^^xsd:date .

