@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#> .

<https://n2t.net/ark:/60537/box5TG>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Polet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/6ba49d48250782708584a90a319fcf2258928187c9be443cfab88327d3d0ad7f"^^xsd:string ;
  schema:familyName "Polet"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bDiLM2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22681> .

