@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/bwR3tGJ>
  schema:familyName "Berlijn"^^xsd:string ;
  schema:givenName "Gerarda"^^xsd:string ;
  schema:name "Gerarda Berlijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6d73ab43-cbdc-c037-ccbf-93c24a283859"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vnwb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/03c23e96-87b2-1fbf-0225-97f74b63eaff> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/583066> ;
  schema:birthDate "1876-03-24"^^xsd:date .

