@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/bsgFZzm>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/43ecb402-5fcf-6073-35ea-22e2c445f145"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob van Holst"@nl ;
  schema:hasOccupation "Kantoorbediende"@nl ;
  schema:familyName "van Holst"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/87d94e6a-48ab-49ff-bee5-b643eeb77f8b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2383111> ;
  schema:birthDate "1873-06-07"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Holst"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

