@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/bhh5bFN>
  schema:familyName "Dumont"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/775130e0-e0aa-0822-23d9-1581a3957ee0"^^xsd:string ;
  schema:givenName "Maria Margaretha"^^xsd:string ;
  schema:name "Maria Margaretha Dumont"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kx18> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/51ea0d14-0e9e-43ce-badd-610eb3292045> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2175061> ;
  schema:birthDate "1835-03-23"^^xsd:date .

