@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/brRgiVm>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Koppendraaijer"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/35a6989a-5393-8927-d490-de43e53b2dcd"^^xsd:string ;
  schema:familyName "Koppendraaijer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k1gs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2cb14c49-c99c-4ce4-b8e4-286d48dc460f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2034268> ;
  schema:birthDate "1827-07-10"^^xsd:date .

