@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/bH3mbx3>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/62fd1466-63cd-8ca0-9cbe-83a1fc9a0739"^^xsd:string ;
  schema:familyName "van den Berg"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van den Berg"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7caf87c6-c2b8-7c51-6ff4-962f44178e69> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2339907> ;
  schema:birthDate "1890-09-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Berg"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

