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

<http://data.bibliotheken.nl/id/thes/p074199714> a schema1:Person ;
    rdfs:label "Es, Robert van (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:description "dr.",
        "mb",
        "parttme universitair docent organisatiefilosofie UvA" ;
    schema1:familyName "van Es" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1d39b9e236a60a27afc104e3811c2fd1> ;
    schema1:name "Robert van Es" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/257111950>,
        <https://isni.org/isni/0000000378596206> .

