@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/b9MTzjd>
  schema:familyName "Floris"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0c8babc6-df90-5422-eeb3-00885bd817d7"^^xsd:string ;
  schema:givenName "Maria Elisabeth"^^xsd:string ;
  schema:name "Maria Elisabeth Floris"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qhrs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2201622a-8205-0b5b-760d-63eb8a9db232> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1992324> ;
  schema:birthDate "1801-10-24"^^xsd:date .

