@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/bJ8kJy2>
  schema:givenName "Egidius"^^xsd:string ;
  schema:name "Egidius van den Eng"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3f962f9c-f955-0f5c-4a45-c8b2316b1b33"^^xsd:string ;
  schema:familyName "van den Eng"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/353d42aa-b2f8-c4b1-a040-f04c52d74611> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2067423> ;
  schema:birthDate "1844-12-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Eng"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

