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

<http://data.bibliotheken.nl/id/thes/p070433879> a schema1:Person ;
    rdfs:label "Jong, Dirk de (LICOR/R.U.-Leiden)" ;
    schema1:familyName "de Jong" ;
    schema1:givenName "Dirk" ;
    schema1:hasOccupation "LICOR/R.U.-Leiden" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bd8717cfe8a0e27ee93414c9d84e674f> ;
    schema1:name "Dirk de Jong" ;
    schema1:sameAs <http://viaf.org/viaf/13854431>,
        <https://isni.org/isni/0000000030383963> .

