@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bvpaidi>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3562f6d4-cc59-b500-d9cb-3af4133a7fd3"^^xsd:string ;
  schema:givenName "Marie"^^xsd:string ;
  schema:name "Marie van den Berg"@nl ;
  schema:familyName "van den Berg"^^xsd:string ;
  schema:birthPlace "Zuidbroek"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0126ck> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b1617e5d-49a7-0f82-4d47-72bb8391f538> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2508760> ;
  schema:birthDate "1865-05-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Berg"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

