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

<http://data.bibliotheken.nl/id/thes/p074190210> a schema1:Person ;
    rdfs:label "Vink, Peter (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:description "B0301289: prof.dr.",
        "TNO en NIPG-publikaties",
        "ergonomie, arbo" ;
    schema1:familyName "Vink" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1af092427ddadb2b116b3576fb1874d> ;
    schema1:name "Peter Vink" ;
    schema1:sameAs <http://viaf.org/viaf/48418938>,
        <https://isni.org/isni/0000000072992732> .

