@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/bVqCTgn>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Slobbe"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5995ce4d-dd0f-49ee-1f63-6b13bd775bd0"^^xsd:string ;
  schema:familyName "Slobbe"^^xsd:string ;
  schema:hasOccupation "Werkster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w23q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4a83612d-cac5-195e-6010-4205998a0a5d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2146271> ;
  schema:birthDate "1857-10-23"^^xsd:date .

