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

<http://data.bibliotheken.nl/id/thes/p142853208> a schema1:Person ;
    rdfs:label "Biermans, Piet" ;
    schema1:description "psycholoog" ;
    schema1:familyName "Biermans" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3cc3044d80ef00ca92c6ec857e235ab1> ;
    schema1:name "Piet Biermans" ;
    schema1:sameAs <http://viaf.org/viaf/287542107>,
        <https://isni.org/isni/0000000393252487> .

