@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/bkOYOZy>
  schema:givenName "Elizabeth Clazina"^^xsd:string ;
  schema:name "Elizabeth Clazina van Vliet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0656cc1b-b20b-20ad-8e8e-77c722103945"^^xsd:string ;
  schema:hasOccupation "Modenaaister"@nl ;
  schema:familyName "van Vliet"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cv3k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6817a500-aa0b-196a-0367-43b7ee9f8571> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2260511> ;
  schema:birthDate "1900-10-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

