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

<http://data.bibliotheken.nl/id/thes/p276320204> a schema1:Person ;
    rdfs:label "Bruinsma, Bert" ;
    schema1:familyName "Bruinsma" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5343c9fa4f2ee98bf6d68cdcfff8d367> ;
    schema1:name "Bert Bruinsma" ;
    schema1:sameAs <http://viaf.org/viaf/280283239>,
        <https://isni.org/isni/0000000387339092> .

