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

<http://data.bibliotheken.nl/id/thes/p074366106> a schema1:Person ;
    rdfs:label "Pinkster, J.A." ;
    schema1:description "Ook als: Jakob Pinkster",
        "prof.dr.ir." ;
    schema1:familyName "Pinkster" ;
    schema1:givenName "J.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/680f0a47f610b55333f69bff591b4ec2> ;
    schema1:name "J.A. Pinkster" ;
    schema1:sameAs <http://viaf.org/viaf/291784356>,
        <https://isni.org/isni/0000000396739143> .

