@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bfCuzS7>
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus van der Hee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0e4539d8-5ab6-1e47-a114-1574b6dd678e"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "van der Hee"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01692c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1e424e23-4bb2-0be3-df11-3b017ec85835> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1977515> ;
  schema:birthDate "1854-12-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hee"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

