@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/b2UOeqe>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Vermeulen"@nl ;
  schema:hasOccupation "Bakkersknecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5df53e7-3726-ec41-039f-1b7c1552ec5f"^^xsd:string ;
  schema:familyName "Vermeulen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/IJsselstein> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w09f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3c1729d8-0ca8-e549-cbfe-9398d51d353f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2090812> ;
  schema:birthDate "1866-10-22"^^xsd:date .

