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

<http://data.bibliotheken.nl/id/thes/p38759406X> a schema1:Person ;
    rdfs:label "Norton, Cam" ;
    schema1:description "reisgidsen" ;
    schema1:familyName "Norton" ;
    schema1:givenName "Cam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/553fb3129e04639e3f7bf551be6127da> ;
    schema1:name "Cam Norton" ;
    schema1:nationality "ca" ;
    schema1:sameAs <http://viaf.org/viaf/317169220> .

