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

<http://data.bibliotheken.nl/id/thes/p155209752> a schema1:Person ;
    rdfs:label "Boer, Ed de" ;
    schema1:description "onderwijskundige" ;
    schema1:familyName "de Boer" ;
    schema1:givenName "Ed" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e8c81e9676460e23c285e6fcc6ad840> ;
    schema1:name "Ed de Boer" ;
    schema1:sameAs <http://viaf.org/viaf/283742227>,
        <https://isni.org/isni/0000000390179595> .

