@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/bO88h0n>
  schema:birthPlace "Bergambagt"@nl ;
  schema:familyName "de Groot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/94da3347-55a0-6588-b042-a4bdbfaca1f6"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan de Groot"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00shfr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/79f99c02-2bd8-fcf9-b6e6-bdc463018963> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2329457> ;
  schema:birthDate "1786-10-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Groot"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

