@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#> .

<https://n2t.net/ark:/60537/b8KpgXi>
  schema:hasOccupation "Bakkersknecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4f847c1f-c4b1-99b8-01e9-9b4302a40875"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Koetsier"@nl ;
  schema:familyName "Koetsier"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hazerswoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zchs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4187b07d-6b9b-8d95-19ba-290f10efbf9e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2111456> ;
  schema:birthDate "1885-04-18"^^xsd:date .

