@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/bRG20At>
  schema:familyName "Berlijn"^^xsd:string ;
  schema:givenName "Elisabeth Petronella"^^xsd:string ;
  schema:name "Elisabeth Petronella Berlijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9f8e8cc2-f47b-1300-51dc-6d4ae2b2554c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b5cc8d20-f090-8f1c-4b79-36847aeeec2c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2526242> ;
  schema:birthDate "1869-03-29"^^xsd:date .

