@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/bmEMiR4>
  schema:familyName "den Herder"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b22a4047-94fb-d90e-60b1-5fa7f4c693b3"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus den Herder"@nl ;
  schema:hasOccupation "Klerk Registratie"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Goes> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/283302c3-0fb3-c8b2-5eeb-519f19560acf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2016467> ;
  schema:birthDate "1868-02-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Herder"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

