@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/b6sIuNS>
  schema:familyName "Buis"^^xsd:string ;
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Buis"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/37cde146-12e3-ebf0-c74d-2052c960696d"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schoonhoven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f0b9ebed-cc77-0bf1-c6aa-a33f26931e99> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2856328> ;
  schema:birthDate "1848-03-19"^^xsd:date .

