@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/bAoXrd7>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Nieuwenhuizen"@nl ;
  schema:hasOccupation "Hekelaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/751b36f3-4db4-ae4a-f2dd-92b2867f23ab"^^xsd:string ;
  schema:familyName "Nieuwenhuizen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00njq2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/77544b78-3e23-3afd-d05e-837a9617cb0d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2319326> ;
  schema:birthDate "1858-04-16"^^xsd:date .

