@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/bELF96E>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b7c1f881-4c4a-a1b5-d6b1-54f86f421e60"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna van Houten"@nl ;
  schema:familyName "van Houten"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/boWuwuR> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvBRmw2> ;
  schema:spouse <https://n2t.net/ark:/60537/bwR4kj7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2811649> ;
  schema:additionalName [
    ns0:baseSurname "Houten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

