@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/bkpAHW4>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Korbee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4c04aec4-5b95-aa98-380d-3225ff6adde5"^^xsd:string ;
  schema:familyName "Korbee"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wassenaar> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v4f8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b5c5ab59-7eee-3545-f2a7-4345ad6561cf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2526130> ;
  schema:birthDate "1820-02-20"^^xsd:date .

