@prefix schema: <http://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 ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bOLgD4>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia van Es"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/b9ff58b5762c29fbc0f5a1de8cab3e0e921030c7dec49998e3b6d75ce47a78f1"^^xsd:string ;
  schema:familyName "van Es"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b3xTOb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22817> ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

