@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/bt6tNv5>
  schema:familyName "Glasbeek"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ae893555-9faa-5b45-ec40-95dece7b9324"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Glasbeek"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011j8s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a8f53177-2ca5-2bb4-81f7-afae9b55c7ef> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2475834> ;
  schema:birthDate "1888-10-22"^^xsd:date .

