@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/baPoWIA>
  schema:familyName "Ewijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/38b43452-df28-a519-b505-f31ca5099d52"^^xsd:string ;
  schema:givenName "Klazina"^^xsd:string ;
  schema:name "Klazina Ewijk"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1e718896-ac93-0bcd-6b84-d35eeba15cdf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1978189> ;
  schema:birthDate "1881-02-05"^^xsd:date .

