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

<http://data.bibliotheken.nl/id/thes/p428704891> a schema1:Person ;
    rdfs:label "Camp, D.L." ;
    schema1:familyName "Camp" ;
    schema1:givenName "D.L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce0a157eb6e1009e2cd8412c707bdfab> ;
    schema1:name "D.L. Camp" .

