@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/bBE9Xoj>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2cb4e367-7c90-3d90-62cd-4dbe68d20551"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob van Ameijden"@nl ;
  schema:hasOccupation "Knecht"@nl ;
  schema:familyName "van Ameijden"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z4gq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dbf00a35-55a9-1ca8-d90e-f393553ecfba> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2810589> ;
  schema:birthDate "1849-12-06"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ameijden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

