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

<http://data.bibliotheken.nl/id/thes/p287547531> a schema1:Person ;
    rdfs:label "Cornelis, Jan (reclassering)" ;
    schema1:familyName "Cornelis" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "reclassering" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3f70de01f75264e7007b5ffca11972e> ;
    schema1:name "Jan Cornelis" ;
    schema1:sameAs <http://viaf.org/viaf/284425957>,
        <https://isni.org/isni/0000000390745980> .

