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

<http://data.bibliotheken.nl/id/thes/p097653713> a schema1:Person ;
    rdfs:label "Huijbers, G.B." ;
    schema1:description "Geertje" ;
    schema1:familyName "Huijbers" ;
    schema1:givenName "G.B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/95e41f4f607e90b9ec817ae7a7cd2b69> ;
    schema1:name "G.B. Huijbers" ;
    schema1:sameAs <http://viaf.org/viaf/9516161212244140070005>,
        <https://isni.org/isni/0000000393066625> .

