@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/bfCuvSp>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Fluks"@nl ;
  schema:familyName "Fluks"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7b36bb4f-7ae1-b474-e8be-5a8bdcfd4630"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b7HTH2j> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bI5PHIZ> ;
  schema:children <https://n2t.net/ark:/60537/box4jF4> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/615657> .

