@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/bHg2Xxk>
  schema:givenName "Adriana Cornelia"^^xsd:string ;
  schema:name "Adriana Cornelia Busink"@nl ;
  schema:familyName "Busink"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3a4173eb-b2e4-d772-9ba2-81dc8169761a"^^xsd:string ;
  schema:birthPlace "Lekkerland"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0109nb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9f247732-812c-560b-594f-44be8f34a553> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2438169> ;
  schema:birthDate "1858-07-20"^^xsd:date .

