@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/bsH3Z2P>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Prins"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8e75b227-5390-4062-e235-4219b7ddb554"^^xsd:string ;
  schema:familyName "Prins"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/207f965b-eec9-ad87-c78a-3ba031177270> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1986453> ;
  schema:birthDate "1841-01-26"^^xsd:date .

