@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/bEmeWBf>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Bul"@nl ;
  schema:familyName "Bul"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5244439f-4508-38da-9b2e-403b7c77e79f"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bM384YD> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvOyCdb> ;
  schema:spouse <https://n2t.net/ark:/60537/bwrF7Mm> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/602277> .

