@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/b4ZOfzb>
  schema:givenName "Anna Sara Sophia"^^xsd:string ;
  schema:name "Anna Sara Sophia Smit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bbec43ae-bdf9-92ea-599f-bc06aabfeef7"^^xsd:string ;
  schema:familyName "Smit"^^xsd:string ;
  schema:birthPlace "Soerabaja Java"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7bae27a7-2ee8-7311-f3d8-077a7dc6914f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2335972> ;
  schema:birthDate "1854-09-15"^^xsd:date .

