@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/br1ukNK>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Sloof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c8a59fa3-fe3f-b29b-2ef2-f41d9cd093a9"^^xsd:string ;
  schema:familyName "Sloof"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011f0b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/edd3e77b-daaa-2276-8723-b41b0a2c7384> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2845234> ;
  schema:birthDate "1897-03-17"^^xsd:date .

