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

<http://data.bibliotheken.nl/id/thes/p074859129> a schema1:Person ;
    rdfs:label "Wieringa, Helmer (biologische landbouw)" ;
    schema1:familyName "Wieringa" ;
    schema1:givenName "Helmer" ;
    schema1:hasOccupation "biologische landbouw" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c8715f1de2f27e0016bbce1a562f4e7a> ;
    schema1:name "Helmer Wieringa" ;
    schema1:sameAs <http://viaf.org/viaf/283963967>,
        <https://isni.org/isni/0000000390349224> .

