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

<http://data.bibliotheken.nl/id/thes/p166054801> a schema1:Person ;
    rdfs:label "Jong, Hans de (fietsroutes)" ;
    schema1:description "Natuurmonumenten" ;
    schema1:familyName "de Jong" ;
    schema1:givenName "Hans" ;
    schema1:hasOccupation "fietsroutes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a55a3380ae5fb2971173de02abb8a2a> ;
    schema1:name "Hans de Jong" ;
    schema1:sameAs <http://viaf.org/viaf/286056764>,
        <https://isni.org/isni/000000039211826X> .

