@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/bWSxc7t>
  schema:givenName "Greta"^^xsd:string ;
  schema:name "Greta Niewerf"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a8f2d6e9-4594-4d7f-aff0-fa44b0ebbd93"^^xsd:string ;
  schema:familyName "Niewerf"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rktq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fcc5f7f3-d394-5dd3-9fa7-4dc1f6d2a120> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2749028> ;
  schema:birthDate "1868-03-25"^^xsd:date .

