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

<http://data.bibliotheken.nl/id/thes/p067999891> a schema1:Person ;
    rdfs:label "Krolis, P." ;
    schema1:familyName "Krolis" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a904f8192761585bbd64da0a00e7cd6> ;
    schema1:name "P. Krolis" ;
    schema1:sameAs <http://viaf.org/viaf/18505410>,
        <https://isni.org/isni/0000000030507946> .

