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

<http://data.bibliotheken.nl/id/thes/p07351943X> a schema1:Person ;
    rdfs:label "Groffen, Bert" ;
    schema1:familyName "Groffen" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fea0c98190b6a8fe74747c6f44d74c03> ;
    schema1:name "Bert Groffen" ;
    schema1:sameAs <http://viaf.org/viaf/280107492>,
        <https://isni.org/isni/0000000387249943> .

