@prefix ns0: <https://schema.org/> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://n2t.net/ark:/60537/bkPdQI>
  ns0:givenName "Jesaïas" ;
  ns0:name "Jesaïas Olman"@nl ;
  ns0:familyName "Olman" ;
  ns0:hasOccupation "slagter"@nl ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/296606> ;
  ns0:endDate "1820-07-07"^^xsd:date ;
  ns0:startDate "1820-07-07"^^xsd:date .

