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

<http://data.bibliotheken.nl/id/thes/p069145105> a schema1:Person ;
    rdfs:label "Biesta, Frank" ;
    schema1:familyName "Biesta" ;
    schema1:givenName "Frank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/690f6034ec6c822991c6128b0aae2b46> ;
    schema1:name "Frank Biesta" ;
    schema1:sameAs <http://viaf.org/viaf/285627059>,
        <https://isni.org/isni/0000000391741586> .

