@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/bX5dgVL>
  schema:givenName "Fijgje"^^xsd:string ;
  schema:name "Fijgje Uittenboogaard"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d8678c1d-947c-9e4a-173f-d7f964c993e5"^^xsd:string ;
  schema:familyName "Uittenboogaard"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bijzX6L> ;
  schema:spouse <https://n2t.net/ark:/60537/bX5dgVL> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2094699> .

