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

<http://data.bibliotheken.nl/id/thes/p38198513X> a schema1:Person ;
    rdfs:label "Leonard, J." ;
    schema1:description "chiroloog" ;
    schema1:familyName "Leonard" ;
    schema1:givenName "J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c3e47112451c287f90f477f47d4138f> ;
    schema1:name "J. Leonard" ;
    schema1:sameAs <http://viaf.org/viaf/311826299> .

