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

<http://data.bibliotheken.nl/id/thes/p141475617> a schema1:Person ;
    rdfs:label "Barendregt, Cas" ;
    schema1:familyName "Barendregt" ;
    schema1:givenName "Cas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a37c4e9edf824be559fbd86ff622c1e> ;
    schema1:name "Cas Barendregt" ;
    schema1:sameAs <http://viaf.org/viaf/284743741>,
        <https://isni.org/isni/000000039099862X> .

