@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/bIVE6fI>
  schema:givenName "Arnoldus Hendricus"^^xsd:string ;
  schema:name "Arnoldus Hendricus Verweij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/09207cc7-fa54-6b60-3b6a-15ffa0fd07e8"^^xsd:string ;
  schema:hasOccupation "Kleermaker"@nl ;
  schema:familyName "Verweij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cmbt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/43e36a04-4076-c237-eeab-8e2e6042ed8a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2120628> ;
  schema:birthDate "1893-09-14"^^xsd:date .

