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

<http://data.bibliotheken.nl/id/thes/p43711385X> a schema1:Person ;
    rdfs:label "Morren, Peter (organisatieontwikkeling)" ;
    schema1:description "Gewerkt bij o.a. Schiphol, Fokker, KLM, Stork." ;
    schema1:familyName "Morren" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "organisatieontwikkeling" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/94e30b1315b2fe456757c0dad150df61> ;
    schema1:name "Peter Morren" ;
    schema1:sameAs <https://isni.org/isni/0000000508240014> .

