@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p073238260> a schema1:Person ;
    rdfs:label "Hoekstra, H.F." ;
    schema1:description "antropoloog (studeerde culturele antropologie KU Nijmegen)" ;
    schema1:familyName "Hoekstra" ;
    schema1:givenName "H.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f614eda3ec1d581947d7253e4f50416> ;
    schema1:name "H.F. Hoekstra" ;
    schema1:sameAs <http://viaf.org/viaf/287744507> .

