@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/byJnqqe>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Nootenboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9fc645e9-e0ce-b012-7d0d-1ef496bc4986"^^xsd:string ;
  schema:familyName "Nootenboom"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdjMP7Z> ;
  schema:spouse <https://n2t.net/ark:/60537/bGDXedX> ;
  schema:children <https://n2t.net/ark:/60537/bqOMBBa> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2777725> .

