@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/b12wMUb>
  schema:givenName "Bernardus"^^xsd:string ;
  schema:name "Bernardus Nieuwenhuisen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a501777-c950-7e08-3ff3-1e3eef35c5af"^^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/dcbd7fa3-7060-8a62-1da4-dc4257c3a638> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2813736> ;
  schema:birthDate "1862-05-28"^^xsd:date .

