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

<http://data.bibliotheken.nl/id/thes/p126435545> a schema1:Person ;
    rdfs:label "Jansma, Cees" ;
    schema1:description "taal" ;
    schema1:familyName "Jansma" ;
    schema1:givenName "Cees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1afe7fe68e6295258801c79b2e38337d> ;
    schema1:name "Cees Jansma" ;
    schema1:sameAs <http://viaf.org/viaf/283397912>,
        <https://isni.org/isni/0000000389871162> .

