@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/b9MTuwG>
  schema:givenName "Anna Lamberta"^^xsd:string ;
  schema:name "Anna Lamberta Berlijn"@nl ;
  schema:familyName "Berlijn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57182364-392e-78d9-6a3f-d1548530042a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0bf1e01e-63f1-fa23-d665-6010efe57fe9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/616257> ;
  schema:birthDate "1867-03-10"^^xsd:date .

