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

<http://data.bibliotheken.nl/id/thes/p112135277> a schema1:Person ;
    rdfs:label "Jong, M. de (installatietechniek)" ;
    schema1:familyName "de Jong" ;
    schema1:givenName "M." ;
    schema1:hasOccupation "installatietechniek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9e6c35beb1fffd2f468f427752f4bdd9> ;
    schema1:name "M. de Jong" ;
    schema1:sameAs <http://viaf.org/viaf/290627000>,
        <https://isni.org/isni/0000000395871652> .

