@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/b99OecO>
  schema:givenName "Agnieta"^^xsd:string ;
  schema:name "Agnieta Oosterwijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e506afc7-43e9-dd24-788a-5a549fbcba43"^^xsd:string ;
  schema:familyName "Oosterwijk"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/92781246-5cbc-ec93-9a95-29d9a183e4b5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2760679> ;
  schema:birthDate "1862-04-03"^^xsd:date .

