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

<http://data.bibliotheken.nl/id/thes/p140542140> a schema1:Person ;
    rdfs:label "Smets, J.A.M." ;
    schema1:alternateName "Smets, Jan" ;
    schema1:description "informatica" ;
    schema1:familyName "Smets" ;
    schema1:givenName "J.A.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/89bf5c49157f7161a572bfca3ba336cd> ;
    schema1:name "J.A.M. Smets" ;
    schema1:sameAs <http://viaf.org/viaf/279907638>,
        <https://isni.org/isni/0000000387009704> .

