@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/bWfqRZm>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Boer"@nl ;
  schema:familyName "Boer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ce9668f-f11a-6efd-78ca-55b5f9bf599e"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w5gd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9d20d91c-d9a9-4bbc-d10f-46ec8d0a3b5b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2430430> ;
  schema:birthDate "1903-07-20"^^xsd:date .

