@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/baci2x4>
  schema:givenName "Albertina"^^xsd:string ;
  schema:name "Albertina Jannes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1be8c390-4514-bc51-7852-b953103de762"^^xsd:string ;
  schema:familyName "Jannes"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlissingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x5tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/43a71fa3-a24e-7539-0ad4-41d28e9e67c2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2119689> ;
  schema:birthDate "1826-07-04"^^xsd:date .

