@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/bezZGnN>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/41f57015-8954-42e6-7b39-317addc3392a"^^xsd:string ;
  schema:hasOccupation "Opperman"@nl ;
  schema:familyName "van Houten"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van Houten"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xm2q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b51203f6-419d-e0ec-c5ab-85911f79e74b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2523383> ;
  schema:birthDate "1826-12-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Houten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

