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

<http://data.bibliotheken.nl/id/thes/p192650149> a schema1:Person ;
    rdfs:label "Janse, J.A." ;
    schema1:description "ing." ;
    schema1:familyName "Janse" ;
    schema1:givenName "J.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a513a5fb3ee71d2633536d84625411b> ;
    schema1:name "J.A. Janse" ;
    schema1:sameAs <http://viaf.org/viaf/290972262> .

