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

<http://data.bibliotheken.nl/id/thes/p386035776> a schema1:Person ;
    rdfs:label "Jacobs, Jan (psychotherapeut)" ;
    schema1:familyName "Jacobs" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "psychotherapeut" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8f8b658c83887033c9cd787363e4961e> ;
    schema1:name "Jan Jacobs" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/317166347> .

