@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/breaVEg>
  schema:givenName "Carolina Martina"^^xsd:string ;
  schema:name "Carolina Martina Segers"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c92d2a85-c998-622a-d875-b763ed24e639"^^xsd:string ;
  schema:familyName "Segers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Aarlanderveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01243h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9081e06e-c893-bdf4-3b9d-d5f407d31775> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2746299> ;
  schema:birthDate "1847-09-18"^^xsd:date .

