@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/b37wsL>
  ns0:givenName "Arie"^^xsd:string ;
  ns0:name "Arie van der Draay"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/9a0c6821e52eb50acad3b3248a7612b128f3601690f332b7e1232d872c16decc"^^xsd:string ;
  ns0:familyName "van der Draay"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bhUbnv> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23535> ;
  ns0:additionalName [
    ns1:baseSurname "Draay"^^xsd:string ;
    ns1:literalName "Arie van der Draay"@nl ;
    ns1:surnamePrefix "van der"^^xsd:string
  ] .

