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

<http://data.bibliotheken.nl/id/thes/p071504494> a schema1:Person ;
    rdfs:label "Postma, Wypke Pieter" ;
    schema1:description "dr., plantkunde" ;
    schema1:familyName "Postma" ;
    schema1:givenName "Wypke Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b606a24a397cae30f1cca5f260fa41c6> ;
    schema1:name "Wypke Pieter Postma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/18258806>,
        <https://isni.org/isni/0000000026294829> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/post055> .

