@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/bBEbiU>
  ns0:givenName "Aaltje"^^xsd:string ;
  ns0:name "Aaltje van Buuren"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/d25943a5be12a44a2c2ea32519e45e4b0fcda5049f2b37d5f404b859d6401d1c"^^xsd:string ;
  ns0:familyName "van Buuren"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bQd9w3> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23345> ;
  ns0:additionalName [
    ns1:baseSurname "Buuren"^^xsd:string ;
    ns1:literalName "Aaltje van Buuren"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

