@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/bM38VsI>
  schema:givenName "Geertje"^^xsd:string ;
  schema:name "Geertje Ravenhorst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f73258ba-4147-b040-01a8-e8c22221c3df"^^xsd:string ;
  schema:familyName "Ravenhorst"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Barneveld> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/db8d9e54-ec16-142c-6653-47e6a53e02c6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809179> ;
  schema:birthDate "1856-06-18"^^xsd:date .

