@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/bL0Ex5z>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Visser"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8085607f-3f47-5e38-09ca-eb807186d41d"^^xsd:string ;
  schema:familyName "Visser"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vs2x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dad34601-8afe-3d33-8446-fab4e0facca1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2806354> ;
  schema:birthDate "1856-02-03"^^xsd:date .

