@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/bSi7AXR>
  schema:givenName "Adriana Maria"^^xsd:string ;
  schema:name "Adriana Maria Gibbon"@nl ;
  schema:familyName "Gibbon"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ec29de7e-bc7e-8468-92c4-2d590153918f"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j6rn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2bac52af-bfca-a2ee-c40c-4f7a8ea7534e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030297> ;
  schema:birthDate "1821-03-16"^^xsd:date .

