@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/bWFOJNa>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Teeuwen"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8108bfac-344d-85ef-d6df-31c00d5046e3"^^xsd:string ;
  schema:familyName "Teeuwen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bw1fhOL> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/607402> ;
  schema:birthDate "1872-07-30"^^xsd:date .

