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

<http://data.bibliotheken.nl/id/thes/p068301235> a schema1:Person ;
    rdfs:label "Camstra, Bert" ;
    schema1:familyName "Camstra" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/980442e2214da43e747038904f50f275> ;
    schema1:name "Bert Camstra" ;
    schema1:sameAs <http://viaf.org/viaf/77627665>,
        <https://isni.org/isni/0000000022011078> .

