@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/bELER1f>
  schema:givenName "Francina"^^xsd:string ;
  schema:name "Francina van Stein"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/393bde6b-d69c-0c08-4c25-48da7eb42a18"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:familyName "van Stein"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ac45b91a-7fdd-878f-865f-b72f8fe01ef5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2488712> ;
  schema:birthDate "1830-06-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Stein"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

