@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/bd75Xu6>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Vermeulen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f144f43e-4542-8215-edf3-202fe44e87ae"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:familyName "Vermeulen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Culemborg> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kspm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf150836-256e-db52-fa2c-32fc35798e3a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2561742> ;
  schema:birthDate "1857-10-18"^^xsd:date .

