@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/bhuMSHq>
  schema:givenName "Adriaantje"^^xsd:string ;
  schema:name "Adriaantje Hortensius"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:familyName "Hortensius"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7fafdd18-711e-bdca-5a11-c30f18655852"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01268b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/54c0c0ad-266b-1e4f-7269-e8ebccd71dc7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2185572> ;
  schema:birthDate "1883-10-20"^^xsd:date .

