@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/bXV1zGC>
  schema:givenName "Dina"^^xsd:string ;
  schema:name "Dina Wolf"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c1e589a2-856b-9ce0-e2a4-99792d048e3f"^^xsd:string ;
  schema:familyName "Wolf"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudshoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00db65> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f7023047-1c97-d37a-d29b-d347160d7959> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2720244> ;
  schema:birthDate "1836-04-16"^^xsd:date .

