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

<http://data.bibliotheken.nl/id/thes/p097919675> a schema1:Person ;
    rdfs:label "Boer, Klaas (ergonomie)" ;
    schema1:familyName "Boer" ;
    schema1:givenName "Klaas" ;
    schema1:hasOccupation "ergonomie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70749478f568fab65b881862edb6d312> ;
    schema1:name "Klaas Boer" ;
    schema1:sameAs <http://viaf.org/viaf/217931995>,
        <https://isni.org/isni/0000000394532157> .

