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

<http://data.bibliotheken.nl/id/thes/p296322288> a schema1:Person ;
    rdfs:label "Vreeswijk, Michiel van" ;
    schema1:description "M.F. van Vreeswijk is als GZ-psycholoog/klinisch psycholoog i.o. werkzaam bij GGZ Delfland" ;
    schema1:familyName "van Vreeswijk" ;
    schema1:givenName "Michiel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/81464c1c02f06e05998b1906c18e4ffe> ;
    schema1:name "Michiel van Vreeswijk" ;
    schema1:sameAs <http://viaf.org/viaf/181228549>,
        <https://isni.org/isni/0000000356185350> .

