@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/buYLzJd>
  schema:givenName "Debora Johanna"^^xsd:string ;
  schema:name "Debora Johanna Karreman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8483bd4b-d5f0-2326-f87d-cbb7ab99fb46"^^xsd:string ;
  schema:familyName "Karreman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0117jp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3fb6ab5f-fb86-e257-3a22-f68b5256b944> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2104681> ;
  schema:birthDate "1877-12-04"^^xsd:date .

