@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/bixh8wN>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Kromhout"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8ab0141e-fcf0-9d8f-e313-5092162220c5"^^xsd:string ;
  schema:familyName "Kromhout"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mbf4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2df3451e-9951-9fcb-2060-cf83f4afb002> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2039176> ;
  schema:birthDate "1842-10-22"^^xsd:date .

