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

<http://data.bibliotheken.nl/id/thes/p345490916> a schema1:Person ;
    rdfs:label "Janse, W.M." ;
    schema1:description "recht" ;
    schema1:familyName "Janse" ;
    schema1:givenName "W.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5870fb7f03ce93918938da2e2898282e> ;
    schema1:name "W.M. Janse" ;
    schema1:sameAs <http://viaf.org/viaf/283905827> .

