@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/benhzRC>
  schema:familyName "Bremmert"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ebb1fc3b-d526-c79f-c2d0-af4a05970b4e"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Bremmert"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/337ad81e-f97f-398c-daab-5709f57d08b2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2060639> ;
  schema:birthDate "1881-03-17"^^xsd:date .

