@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/bsgFMNL>
  schema:familyName "Dekker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9241188e-7914-8603-854f-4ffebac2d546"^^xsd:string ;
  schema:givenName "Pieternella"^^xsd:string ;
  schema:name "Pieternella Dekker"@nl ;
  schema:birthPlace "Sleeswijk"@nl ;
  schema:hasOccupation "Winkelierster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4cb03d3f-6069-c3a2-b1e8-f5ffc764c156> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2154804> ;
  schema:birthDate "1843-12-04"^^xsd:date .

