@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/biWGJrV>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis de Vroom"@nl ;
  schema:familyName "de Vroom"^^xsd:string ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce52ed88-7e84-469a-a3e7-0e1b445e0068"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6ec08bf1-2def-136b-5e32-e14bc9443cd5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2286247> ;
  schema:birthDate "1842-03-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vroom"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

