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

<http://data.bibliotheken.nl/id/thes/p073250503> a schema1:Person ;
    rdfs:label "Kok, Bert (hoger beroepsonderwijs)" ;
    schema1:familyName "Kok" ;
    schema1:givenName "Bert" ;
    schema1:hasOccupation "hoger beroepsonderwijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8125ff0f4394ba6cc741e682beadc65b> ;
    schema1:name "Bert Kok" ;
    schema1:sameAs <http://viaf.org/viaf/288454763>,
        <https://isni.org/isni/0000000394048277> .

