@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/bWFPkji>
  schema:hasOccupation "Bankwerker"@nl ;
  schema:familyName "de Rooij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4ad605ae-2332-2f01-4c1e-680868ab98f2"^^xsd:string ;
  schema:givenName "Nicolaas Cornelis"^^xsd:string ;
  schema:name "Nicolaas Cornelis de Rooij"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bb39ac22-1d36-9f03-db36-b7165f842444> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2547008> ;
  schema:birthDate "1874-08-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rooij"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

