@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/bvpa9f4>
  schema:familyName "de Boer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6f4dafbd-1a28-48cf-e2aa-2572e8ad1c8c"^^xsd:string ;
  schema:givenName "Klaas"^^xsd:string ;
  schema:name "Klaas de Boer"@nl ;
  schema:birthPlace "Purmerende"@nl ;
  schema:hasOccupation "Timmermansknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7eed1f4b-0b20-61c1-18a6-9a08c605fd9f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2348678> ;
  schema:birthDate "1819-04-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Boer"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

