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

<http://data.bibliotheken.nl/id/thes/p074067052> a schema1:Person ;
    rdfs:label "Meier, R. (landbouw)" ;
    schema1:familyName "Meier" ;
    schema1:givenName "R." ;
    schema1:hasOccupation "landbouw" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/04f269dbe4673d818847db7ddbc666de> ;
    schema1:name "R. Meier" ;
    schema1:sameAs <http://viaf.org/viaf/286264652>,
        <https://isni.org/isni/0000000392265884> .

