@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/b8jZGQv>
  schema:familyName "de Jong"^^xsd:string ;
  schema:givenName "Egbertus"^^xsd:string ;
  schema:name "Egbertus de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/081344d3-f2fa-0cd9-f161-84aa1744100c"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wz77> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/00042843-6c4e-17a2-babe-8ba118f564f7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/568250> ;
  schema:birthDate "1831-12-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

