@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/bI5QMUq>
  schema:givenName "Evert"^^xsd:string ;
  schema:name "Evert van de Heijsteeg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f8d8acf9-a69a-bca3-4b8d-bf7a0376628c"^^xsd:string ;
  schema:hasOccupation "Kellner"@nl ;
  schema:familyName "van de Heijsteeg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hilversum> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0125gf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bdf5ff12-be25-2a5d-d608-d976f7e4e281> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2557606> ;
  schema:birthDate "1873-10-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Heijsteeg"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

