@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/bABF0jA>
  schema:givenName "Clasina"^^xsd:string ;
  schema:name "Clasina Oosterom"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4065097c-c0e7-7ba2-0ad9-63a60689c51c"^^xsd:string ;
  schema:familyName "Oosterom"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ameide> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mksx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/59c7d591-7e12-6581-6364-e087e8f7e2f3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2205036> ;
  schema:birthDate "1850-05-16"^^xsd:date .

