@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/be9B20O>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Zijdeman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/60cbd2da-7100-1df1-260d-5bf582df496e"^^xsd:string ;
  schema:familyName "Zijdeman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012sj3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5b4334f5-d7a6-de01-f737-17722e520449> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2210658> ;
  schema:birthDate "1860-12-17"^^xsd:date .

