@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/bcUoTPq>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik van Gent"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bc125eb7-fc7c-51bc-8a9e-7450f1cac26e"^^xsd:string ;
  schema:familyName "van Gent"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ffwx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4adad12d-9a81-2a8f-c5c2-991edf37e206> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2147660> ;
  schema:birthDate "1852-10-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Gent"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

