@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/bXV1cZo>
  schema:givenName "Eugenius"^^xsd:string ;
  schema:name "Eugenius van Vught"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2463a894-8aad-27ed-ed04-c24bd3e8ca59"^^xsd:string ;
  schema:hasOccupation "Kuiper"@nl ;
  schema:familyName "van Vught"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Baardwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdzg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7af12c40-cc68-6d83-3211-3d0d579682a7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2333171> ;
  schema:birthDate "1852-10-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vught"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

