@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b9AcrcK>
  pico:hasAge "22"^^xsd:string ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Veldman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/510441c4-7fa2-9f63-7446-36567fc36e79"^^xsd:string ;
  schema:familyName "Veldman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bd75exL> ;
  schema:spouse <https://n2t.net/ark:/60537/bhuNf33> ;
  schema:children <https://n2t.net/ark:/60537/bqpo3T8> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2584715> .

