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

<http://data.bibliotheken.nl/id/thes/p072802448> a schema1:Person ;
    rdfs:label "Schmal, Dirk (dr. ir.)" ;
    schema1:familyName "Schmal" ;
    schema1:givenName "Dirk" ;
    schema1:hasOccupation "dr. ir." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/be14fcd140be0ff6dc00a21c7b9357f5> ;
    schema1:name "Dirk Schmal" ;
    schema1:sameAs <http://viaf.org/viaf/188929115>,
        <https://isni.org/isni/0000000390704142> .

