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

