@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/buznjpX>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/000317a0-12f8-8557-4b62-ca65dd634823"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Slappendel"@nl ;
  schema:familyName "Slappendel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5e3c2556-4f29-74b7-8e4c-2cb61afb8874> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2222003> ;
  schema:birthDate "1875-08-30"^^xsd:date .

