@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/bSIwVTu>
  schema:givenName "Clara Josina"^^xsd:string ;
  schema:name "Clara Josina Wijngaards"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c778722d-fd18-38e9-949c-d3b30a40fcbf"^^xsd:string ;
  schema:familyName "Wijngaards"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Barneveld> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bjZakXo> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2013486> ;
  schema:birthDate "1885-01-30"^^xsd:date .

