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

<http://data.bibliotheken.nl/id/thes/p068686803> a schema1:Person ;
    rdfs:label "Ruiter, Bart de (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:description "Dr" ;
    schema1:familyName "de Ruiter" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d71d3a58103366b8832ac8b7a096830b> ;
    schema1:name "Bart de Ruiter" ;
    schema1:sameAs <http://viaf.org/viaf/283452195>,
        <https://isni.org/isni/0000000389937678> .

