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

<http://data.bibliotheken.nl/id/thes/p377037109> a schema1:Person ;
    rdfs:label "Devloo, Rik" ;
    schema1:familyName "Devloo" ;
    schema1:givenName "Rik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e30e98226b7349335eae2a33c31c6873> ;
    schema1:name "Rik Devloo" ;
    schema1:sameAs <http://viaf.org/viaf/311816338> .

