@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/bWFOHTZ>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d9670c1-4672-5e78-8232-4f5f75727e0d"^^xsd:string ;
  schema:givenName "Karel"^^xsd:string ;
  schema:name "Karel van den Berg"@nl ;
  schema:hasOccupation "Onderwijzer"@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/00dd8c61-b161-7259-2bca-915c0a040b55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/571608> ;
  schema:birthDate "1867-04-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Berg"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

