@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/box4VAL>
  schema:givenName "Cent"^^xsd:string ;
  schema:name "Cent van Vliet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/98d616af-5622-2ec8-75bd-aa7e3bd3d637"^^xsd:string ;
  schema:hasOccupation "Smid"@nl ;
  schema:familyName "van Vliet"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ouderkerk_aan_den_IJssel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01237s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf1208bd-4726-f184-7bc5-6fd5b11b0064> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2561702> ;
  schema:birthDate "1872-03-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

