@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/bfCv2md>
  schema:familyName "Hardeman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0b49c5a3-3881-1f5b-2b4d-f073deac1c72"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Hardeman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b5PBpOh> ;
  schema:spouse <https://n2t.net/ark:/60537/b7HUdvL> ;
  schema:children <https://n2t.net/ark:/60537/bojoaH2> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2482345> .

