@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/bC3AFD>
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/ec26f742faeeb844045ec1d20ae73bcb15f7724b9ee9cfbde36122ad37e96c0e"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van Es"@nl ;
  schema:familyName "van Es"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bQDyQh> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22718> ;
  schema:additionalName [
    ns0:baseSurname "Es"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

