@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/b251aVn>
  schema:givenName "Alida Jannetje"^^xsd:string ;
  schema:name "Alida Jannetje Timmers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/42dc2854-6a89-485e-ac41-23edc65f9a0e"^^xsd:string ;
  schema:familyName "Timmers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qwx1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dbd9a8a0-508e-1db0-308d-bc1c7dc181a3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2810307> ;
  schema:birthDate "1850-04-10"^^xsd:date .

