@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/byJnbx5>
  schema:givenName "Alida Marretje"^^xsd:string ;
  schema:name "Alida Marretje Kröller"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0e77e2fa-7c76-b44a-409a-41f50758d228"^^xsd:string ;
  schema:familyName "Kröller"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b6c1392b-30d8-77ba-b135-ae5a5942eddb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2530068> ;
  schema:birthDate "1868-08-02"^^xsd:date .

