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

<http://data.bibliotheken.nl/id/thes/p124840965> a schema1:Person ;
    rdfs:label "Groot, Jan de (ontwikkelingssamenwerking)" ;
    schema1:familyName "de Groot" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "ontwikkelingssamenwerking" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/980cf98b2db3469e68d123259d73e293> ;
    schema1:name "Jan de Groot" ;
    schema1:sameAs <http://viaf.org/viaf/291238539> .

