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

<http://data.bibliotheken.nl/id/thes/p385959753> a schema1:Person ;
    rdfs:label "Lumens, Theo" ;
    schema1:familyName "Lumens" ;
    schema1:givenName "Theo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/907e1ba4dc7f7be7d4467a3fb52be1a0> ;
    schema1:name "Theo Lumens" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/317165675> .

