@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/br1tLs8>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Geesje"^^xsd:string ;
  schema:name "Geesje Troost"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e02cda8a-e1e2-4f15-086a-068b5a80abf8"^^xsd:string ;
  schema:familyName "Troost"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoogeveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/box3ZT3> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2213977> ;
  schema:birthDate "1885-05-19"^^xsd:date .

