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

<http://data.bibliotheken.nl/id/thes/p314887482> a schema1:Person ;
    rdfs:label "Wit, Marieke (bosbeheer)" ;
    schema1:alternateName "Wit, M." ;
    schema1:familyName "Wit" ;
    schema1:givenName "Marieke" ;
    schema1:hasOccupation "bosbeheer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/16151bc4c10ff69ba2428a12a338a668> ;
    schema1:name "Marieke Wit" ;
    schema1:sameAs <http://viaf.org/viaf/283018276>,
        <https://isni.org/isni/0000000389621462> .

