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

<http://data.bibliotheken.nl/id/thes/p07043235X> a schema1:Person ;
    rdfs:label "Bouts, Piet" ;
    schema1:description "mb" ;
    schema1:familyName "Bouts" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ffd4d4da22994cd919129609ee307159> ;
    schema1:name "Piet Bouts" ;
    schema1:sameAs <http://viaf.org/viaf/289955789>,
        <https://isni.org/isni/0000000395272940> .

