@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/bUaqTCb>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0ed744f3-bfc0-0d22-032b-6dc2b7985a86"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Verburg"@nl ;
  schema:familyName "Verburg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sh3m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/61c10091-c684-91ba-0e22-7dddf4c4ce48> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2235452> ;
  schema:birthDate "1842-01-27"^^xsd:date .

