@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/bwrFbXe>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4c4225fa-b580-bfb5-a1c8-571c2228ae74"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van Houten"@nl ;
  schema:familyName "van Houten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b2hHzVb> ;
  schema:children <https://n2t.net/ark:/60537/bfCuzn1> ;
  schema:spouse <https://n2t.net/ark:/60537/bZNiZoD> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1968172> ;
  schema:additionalName [
    ns0:baseSurname "Houten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

