@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/bNIJOtA>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Melkert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8088e490-579a-87aa-df41-e4f081382883"^^xsd:string ;
  schema:familyName "Melkert"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010640> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5b06a3bf-9921-64bf-8b00-1205850157bd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2209779> ;
  schema:birthDate "1888-07-21"^^xsd:date .

