@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/bKBf4FE>
  schema:givenName "Adriana Josina"^^xsd:string ;
  schema:name "Adriana Josina Karssen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/66e1766d-be3e-9f32-432f-289570ad7999"^^xsd:string ;
  schema:familyName "Karssen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f4481fb6-845f-3125-409b-6705b7ed499e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2707127> ;
  schema:birthDate "1890-10-30"^^xsd:date .

