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

<http://data.bibliotheken.nl/id/thes/p126073236> a schema1:Person ;
    rdfs:label "Baars, F. (psychologie)" ;
    schema1:description "Zelfstandige vestiging van psychologen" ;
    schema1:familyName "Baars" ;
    schema1:givenName "F." ;
    schema1:hasOccupation "psychologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb40959182c8779ab11c776dd037b0af> ;
    schema1:name "F. Baars" ;
    schema1:sameAs <http://viaf.org/viaf/292146466>,
        <https://isni.org/isni/000000039709544X> .

