@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b1SjoB>
  ns0:givenName "Francina"^^xsd:string ;
  ns0:name "Francina van der Mei"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/74a85aebd430b7434b1db81b8b623372ffdf6e0343e892fbdb12a565375b638e"^^xsd:string ;
  ns0:familyName "van der Mei"^^xsd:string ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/hekelster> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bgEZh8> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/24642> ;
  ns0:additionalName [
    ns1:baseSurname "Mei"^^xsd:string ;
    ns1:literalName "Francina van der Mei"@nl ;
    ns1:surnamePrefix "van der"^^xsd:string
  ] .

