@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/b6f0gqb>
  schema:givenName "Eva"^^xsd:string ;
  schema:name "Eva Krap"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/54b6936a-b62a-3248-a33c-2cbbc14f67c9"^^xsd:string ;
  schema:familyName "Krap"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00gv9s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/69fbb719-43d5-8045-9888-bc82e759aca2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2267804> ;
  schema:birthDate "1787-10-09"^^xsd:date .

