@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/bTXJIKQ>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Bulthuis"@nl ;
  schema:familyName "Bulthuis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/534e2be5-2def-113a-818a-905ec5e328b4"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leens> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01357w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/964e744b-b531-0f78-063a-650a11cb56a8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2781662> ;
  schema:birthDate "1840-08-14"^^xsd:date .

