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

<http://data.bibliotheken.nl/id/thes/p101189737> a schema1:Person ;
    rdfs:label "Pott, Jan (informatica, vertaler)" ;
    schema1:description "vertaler, docent Nederlands" ;
    schema1:familyName "Pott" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "informatica, vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/36bfd6936b76bca0305d92a7b4dc9f01> ;
    schema1:name "Jan Pott" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/292166832>,
        <https://isni.org/isni/0000000368825490> .

