@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/bW2J1QA>
  schema:hasOccupation "Bediende"@nl ;
  schema:givenName "Frans Willem"^^xsd:string ;
  schema:name "Frans Willem Kusters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/52d51feb-5828-0596-e962-6b79798631d8"^^xsd:string ;
  schema:familyName "Kusters"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Varik> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v1wh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/676be99b-f8d3-4a75-2709-1b84feab2b62> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2257898> ;
  schema:birthDate "1856-02-21"^^xsd:date .

