@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/bdKcc0R>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Bezem"@nl ;
  schema:familyName "Bezem"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/127665e4-4001-04eb-e358-8f30c169e5da"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/95ec8799-ac85-7f83-4c0f-a24ea9725f3b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2780096> ;
  schema:birthDate "1862-12-12"^^xsd:date .

