@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/bPaDgD0>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Jongbloed"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/59fce727-cb49-6b91-a7b8-9120b720d085"^^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/08aae3a7-0ea7-2486-109f-bae2ef7c47ad> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/602570> ;
  schema:birthDate "1853-02-10"^^xsd:date .

