@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/bY7JezA>
  schema:familyName "de Boer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6df06167-9527-6cdb-bfd9-e138e94ce11b"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter de Boer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f4aaae9a-9d33-d083-e874-abf7b89da5f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2708927> ;
  schema:birthDate "1854-02-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Boer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

