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

<http://data.bibliotheken.nl/id/thes/p326363440> a schema1:Person ;
    rdfs:label "Peters, Rob (eGovernment)" ;
    schema1:familyName "Peters" ;
    schema1:givenName "Rob" ;
    schema1:hasOccupation "eGovernment" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27699e5f596dc4d7817b533de6fce19e> ;
    schema1:name "Rob Peters" ;
    schema1:sameAs <http://viaf.org/viaf/291929053>,
        <https://isni.org/isni/0000000396898232> .

