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

<http://data.bibliotheken.nl/id/thes/p073648361> a schema1:Person ;
    rdfs:label "Bosch, H.K.J." ;
    schema1:description "Proefstation AGV",
        "Proefstation voor de Akkerbouw en de Groenteteelt in de Vollegrond, Lelystad",
        "ing.",
        "roepnaam: Hans?" ;
    schema1:familyName "Bosch" ;
    schema1:givenName "H.K.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ec0cfeedc980a13c2c48c01fb18371a7> ;
    schema1:name "H.K.J. Bosch" ;
    schema1:sameAs <http://viaf.org/viaf/8035161211952340070007>,
        <https://isni.org/isni/0000000387079454> .

