@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bngT6As>
  schema:givenName "Diena"^^xsd:string ;
  schema:name "Diena van Vliet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/92204b9b-498a-a0f2-5331-2f41bba558a0"^^xsd:string ;
  schema:familyName "van Vliet"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lekkerkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138zq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ecd2de77-42af-a0a4-1306-495905a61dc9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2841318> ;
  schema:birthDate "1891-12-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

