@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/bojnCFm>
  schema:familyName "Borst"^^xsd:string ;
  schema:givenName "Gerard"^^xsd:string ;
  schema:name "Gerard Borst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6cb82500-8a26-54b7-ef96-a0f0cf71a549"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bUo6LYS> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/586124> ;
  schema:birthDate "1889-01-12"^^xsd:date .

