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

<http://data.bibliotheken.nl/id/thes/p270022007> a schema1:Person ;
    rdfs:label "Stenhuis, Dick" ;
    schema1:familyName "Stenhuis" ;
    schema1:givenName "Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ec3fbbb66d022bbacb85ef0d6228e34f> ;
    schema1:name "Dick Stenhuis" ;
    schema1:sameAs <http://viaf.org/viaf/288538507> .

