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

<http://data.bibliotheken.nl/id/thes/p069626987> a schema1:Person ;
    rdfs:label "Hoek, C.P. van" ;
    schema1:familyName "van Hoek" ;
    schema1:givenName "C.P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bc6ea3234dc7cf6658ad7af2adb7c888> ;
    schema1:name "C.P. van Hoek" ;
    schema1:sameAs <http://viaf.org/viaf/285621805>,
        <https://isni.org/isni/0000000391749959> .

