@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/bWSwuG3>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Jongbloed"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/040f7a9f-da22-271b-496b-389bdf4dbced"^^xsd:string ;
  schema:familyName "Jongbloed"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdzg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1e109629-1e01-eb55-4df3-e7c485311a26> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1976845> ;
  schema:birthDate "1853-02-10"^^xsd:date .

