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

<http://data.bibliotheken.nl/id/thes/p424207567> a schema1:Person ;
    rdfs:label "Koops, Ruben" ;
    schema1:familyName "Koops" ;
    schema1:givenName "Ruben" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f4ad9bdaa34853c966d3ae6380fbf947> ;
    schema1:name "Ruben Koops" ;
    schema1:sameAs <http://viaf.org/viaf/36157640896338220489> .

