@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b8xTex>
  ns0:givenName "F."^^xsd:string ;
  ns0:name "F. Heusy"@nl ;
  ns0:familyName "Heusy"^^xsd:string ;
  ns0:hasOccupation "onderwijzer"@nl ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p138670919> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/233929> .

