@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#> .

<https://n2t.net/ark:/60537/bR2WdGf>
  schema:givenName "Bernardus"^^xsd:string ;
  schema:name "Bernardus Nieuwenhuisen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c2042477-3e31-85b8-4e1f-9f212399cf09"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:familyName "Nieuwenhuisen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d9ce08aa-2f61-dc4d-494a-2d1b8fc4e73c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2802429> ;
  schema:birthDate "1862-05-28"^^xsd:date .

