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

<http://data.bibliotheken.nl/id/thes/p140214747> a schema1:Person ;
    rdfs:label "Jongh, M.A. de (plantenteelt)" ;
    schema1:description "Proefstation voor Bloemisterij en Glasgroente" ;
    schema1:familyName "de Jongh" ;
    schema1:givenName "M.A." ;
    schema1:hasOccupation "plantenteelt" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/07dc615f297fe13461ed35d7f8b169fa> ;
    schema1:name "M.A. de Jongh" ;
    schema1:sameAs <http://viaf.org/viaf/288674080>,
        <https://isni.org/isni/0000000394193968> .

