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

<http://data.bibliotheken.nl/id/thes/p105137073> a schema1:Person ;
    rdfs:label "Dijkman, Jan" ;
    schema1:alternateName "Dijkman, J." ;
    schema1:description "SLO, Instituut voor Leerplanontwikkeling" ;
    schema1:familyName "Dijkman" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb2fc1b785d66e10dad435eb5e96f6a3> ;
    schema1:name "Jan Dijkman" ;
    schema1:sameAs <http://viaf.org/viaf/210766510>,
        <https://isni.org/isni/0000000395061932> .

