@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/b7vcMTN>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cbb9bfcc-bc05-c1c4-16b9-492e5284eb65"^^xsd:string ;
  schema:givenName "Karel"^^xsd:string ;
  schema:name "Karel 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/90b031be-7b9f-fbae-baf3-1753946c51f8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2747581> ;
  schema:birthDate "1867-04-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Berg"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

