@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/b9nw4C>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Huisman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/ae1b81b1fa4405d5f3ff3ede06598591353c93ab25e1bb88eca9be583556dafa"^^xsd:string ;
  schema:familyName "Huisman"^^xsd:string ;
  a schema:Person ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Weesp> ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/schippersknegt> ;
  roar:documentedIn <https://n2t.net/ark:/60537/boWugs> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22737> .

