@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/bYKPfZt>
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans van Es"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce6ee9cd-d5a1-e82a-6615-03c79e773605"^^xsd:string ;
  schema:hasOccupation "Meubelmaker"@nl ;
  schema:familyName "van Es"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Overschie> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v7sj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e88a1557-7285-cb08-b9fa-c58f830654a5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2692875> ;
  schema:birthDate "1852-09-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

