@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/bM3aPE>
  ns0:givenName "Hermanus"^^xsd:string ;
  ns0:name "Hermanus van Es"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/acdf8dbb63feedeb9926a57909a0b61fdb4dc1c3a93b1b0aec52d686a127fe9b"^^xsd:string ;
  ns0:familyName "van Es"^^xsd:string ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/sjouwer> ;
  roar:documentedIn <https://n2t.net/ark:/60537/b0PNZs> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/25031> ;
  ns0:additionalName [
    ns1:baseSurname "Es"^^xsd:string ;
    ns1:literalName "Hermanus van Es"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

