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

<http://data.bibliotheken.nl/id/thes/p072930330> a schema1:Person ;
    rdfs:label "Mitchell, Andrew W. (biologie)" ;
    schema1:familyName "Mitchell" ;
    schema1:givenName "Andrew W." ;
    schema1:hasOccupation "biologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/802928730384440d1b84a5422fab7b0f> ;
    schema1:name "Andrew W. Mitchell" ;
    schema1:sameAs <http://viaf.org/viaf/22262558>,
        <https://isni.org/isni/0000000083636450> .

