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

<http://data.bibliotheken.nl/id/thes/p070208115> a schema1:Person ;
    rdfs:label "Venema, Wietse Zweitze" ;
    schema1:familyName "Venema" ;
    schema1:givenName "Wietse Zweitze" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5fbce5f47651c598068f823cbf57d656> ;
    schema1:name "Wietse Zweitze Venema" ;
    schema1:sameAs <http://viaf.org/viaf/289619820>,
        wd:Q92973,
        <https://isni.org/isni/0000000394990617> .

