@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/bC3AIa>
  ns0:givenName "Alida"^^xsd:string ;
  ns0:name "Alida van der Klein"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/d9628c76e2e34a0cc2b11cd7dfec02a49a806f560472f5bcecbe69e8edd6364a"^^xsd:string ;
  ns0:familyName "van der Klein"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bQQfBy> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23879> ;
  ns0:additionalName [
    ns1:baseSurname "Klein"^^xsd:string ;
    ns1:literalName "Alida van der Klein"@nl ;
    ns1:surnamePrefix "van der"^^xsd:string
  ] .

