@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/bvbtDO1>
  schema:givenName "Clasina"^^xsd:string ;
  schema:name "Clasina Jansen"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1973d13e-3317-5af7-757f-d29ad46f5870"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01268b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b63ad67b-1e48-ad63-532b-dbf5fb6146ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2527878> ;
  schema:birthDate "1871-04-08"^^xsd:date .

