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

<http://data.bibliotheken.nl/id/thes/p074176293> a schema1:Person ;
    rdfs:label "Rombauts, Wouter" ;
    schema1:familyName "Rombauts" ;
    schema1:givenName "Wouter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9e34597fba185c9fc980bd2bd1235931> ;
    schema1:name "Wouter Rombauts" ;
    schema1:sameAs <http://viaf.org/viaf/76336802>,
        <https://isni.org/isni/0000000061391050> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/romb005> .

