@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/byW3nsT>
  schema:givenName "Bertus Nelis"^^xsd:string ;
  schema:name "Bertus Nelis Heij"@nl ;
  schema:birthPlace "Cappelle aan den IJssel"@nl ;
  schema:familyName "Heij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4304e398-7a70-eaed-f986-0646303844bc"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012zrg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/213cc770-a5fc-8951-f47b-6d1ff6f1a163> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1989344> ;
  schema:birthDate "1874-05-06"^^xsd:date .

