@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/biWGVxg>
  schema:birthPlace "Alfen"@nl ;
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Krijgsman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/08bd0b86-5de5-76e8-6d78-20bc3b2dac70"^^xsd:string ;
  schema:familyName "Krijgsman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018hkj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/af9db316-1ac4-7e65-697b-910bce8195ad> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2501896> ;
  schema:birthDate "1869-11-24"^^xsd:date .

