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

<http://data.bibliotheken.nl/id/thes/p071599231> a schema1:Person ;
    rdfs:label "Laurens, Huub" ;
    schema1:familyName "Laurens" ;
    schema1:givenName "Huub" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bab7b8988b0be2ab2a0aa2a4bd3849a6> ;
    schema1:name "Huub Laurens" ;
    schema1:sameAs <http://viaf.org/viaf/280958822>,
        <https://isni.org/isni/0000000387873914> .

