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

<http://data.bibliotheken.nl/id/thes/p070348227> a schema1:Person ;
    rdfs:label "Deutmann, Lize" ;
    schema1:familyName "Deutmann" ;
    schema1:givenName "Lize" ;
    schema1:hasOccupation "botanicus",
        "medicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5998a1d583c69b31478b82e7e86fd660> ;
    schema1:name "Lize Deutmann" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286297075>,
        <https://isni.org/isni/0000000392312222> .

