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

<http://data.bibliotheken.nl/id/thes/p432162615> a schema1:Person ;
    rdfs:label "Randwijck, E.F. van" ;
    schema1:description "Afvalverwerking" ;
    schema1:familyName "van Randwijck" ;
    schema1:givenName "E.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10e6a348510c764b6960af47d25993e2> ;
    schema1:name "E.F. van Randwijck" .

