@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/bR2VqMr>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Diekmans"@nl ;
  schema:familyName "Diekmans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a9b35426-d27c-ecea-fcca-6cc1df76adf2"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bJ8kBXw> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bojnavw> ;
  schema:children <https://n2t.net/ark:/60537/bYXwezY> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/635519> .

