@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/beZpjIT>
  schema:givenName "Cornelia Johanna"^^xsd:string ;
  schema:name "Cornelia Johanna Maas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b3c21de1-9830-efc4-d65b-d4eb055d9353"^^xsd:string ;
  schema:familyName "Maas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmh8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eaeeec0d-bc57-cbf0-6819-5d497213da4d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2834229> ;
  schema:birthDate "1842-03-01"^^xsd:date .

