@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/bELEk93>
  schema:familyName "Faaij"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Faaij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2dc7c132-a62a-0057-772f-c06637df2b77"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hfm9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10210378-2a57-a2cc-eaee-2f6bdbb3a36a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1941264> ;
  schema:birthDate "1852-10-18"^^xsd:date .

