@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/bnuAAzh>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0a466b6c-6d6d-7001-69a1-02fa0d4f45b3"^^xsd:string ;
  schema:givenName "Margje"^^xsd:string ;
  schema:name "Margje van den Berg"@nl ;
  schema:familyName "van den Berg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Langerak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rq6s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ce7a2a4f-7479-41ed-ff0b-adadef272860> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2619023> ;
  schema:birthDate "1844-02-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Berg"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

