@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/b4ZOGf8>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/99eaf914-6910-ce57-73c1-7fc42efc223b"^^xsd:string ;
  schema:familyName "Kramer"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje Kramer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qc1k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c5d48df2-8233-cc2e-dada-bffe1750b0a2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2794811> ;
  schema:birthDate "1855-05-17"^^xsd:date .

