@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/bh4oG7K>
  schema:familyName "Doesburg"^^xsd:string ;
  schema:givenName "Hendrica"^^xsd:string ;
  schema:name "Hendrica Doesburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d9c96fed-c29f-d721-ff2f-e632be0512fe"^^xsd:string ;
  schema:hasOccupation "Winkelierster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kdhc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7fbec4df-e6b5-8e18-87d8-f023345b2642> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351946> ;
  schema:birthDate "1800-03-18"^^xsd:date .

