@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/bPNK9AU>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Meijer"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4b3da8be-642a-f426-aa42-5901e5afab15"^^xsd:string ;
  schema:familyName "Meijer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01243h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dc4ff1fc-74c5-20a1-2121-d1131cf3cf81> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2812112> ;
  schema:birthDate "1835-09-01"^^xsd:date .

