@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/bchhI3B>
  schema:givenName "Grietje Pieters"^^xsd:string ;
  schema:name "Grietje Pieters Lindeboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/65f09941-fd90-0a57-1162-f8ab09743a93"^^xsd:string ;
  schema:familyName "Lindeboom"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delfshaven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rh2v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1f82ab3d-ad1b-12d9-9434-9a2eed4815b6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1982525> ;
  schema:birthDate "1842-05-10"^^xsd:date .

