@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/bEyXueR>
  schema:givenName "Alida Cornelia"^^xsd:string ;
  schema:name "Alida Cornelia Matze"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0f916051-50ff-2ee3-0575-ed4babdf6a63"^^xsd:string ;
  schema:familyName "Matze"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/debd2c29-ef04-9394-6c22-5d91c5093f16> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2821413> ;
  schema:birthDate "1859-08-15"^^xsd:date .

