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

<http://data.bibliotheken.nl/id/thes/p428754708> a schema1:Person ;
    rdfs:label "Caron, J.J. (Viator)" ;
    schema1:familyName "Caron" ;
    schema1:givenName "J.J." ;
    schema1:hasOccupation "Viator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e7e5f190f3f932a73dd5a3cb8e71c6c6> ;
    schema1:name "J.J. Caron" .

