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

<http://data.bibliotheken.nl/id/thes/p114379297> a schema1:Person ;
    rdfs:label "Frijters, Stan" ;
    schema1:description "milieueducatie" ;
    schema1:familyName "Frijters" ;
    schema1:givenName "Stan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/afc36eb176d6f734627855bfd0906486> ;
    schema1:name "Stan Frijters" ;
    schema1:sameAs <http://viaf.org/viaf/51414096>,
        <https://isni.org/isni/000000004412257X> .

