@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/bLdm1ou>
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Zandijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4e653199-0185-e62b-5c05-a61ac52c2401"^^xsd:string ;
  schema:familyName "Zandijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xxfp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cb71d048-8f12-044c-f29c-6b3f4a13288e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2607317> ;
  schema:birthDate "1886-08-28"^^xsd:date .

