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

<http://data.bibliotheken.nl/id/thes/p092716482> a schema1:Person ;
    rdfs:label "Buckler, John (topografie)" ;
    schema1:description "dubbel met ppn 067854273 !" ;
    schema1:familyName "Buckler" ;
    schema1:givenName "John" ;
    schema1:hasOccupation "topografie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa6ee1f5fc4695d008d8d65b73b7d78a> ;
    schema1:name "John Buckler" ;
    schema1:sameAs <http://viaf.org/viaf/280570549> .

