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

<http://data.bibliotheken.nl/id/thes/p387594086> a schema1:Person ;
    rdfs:label "Patton, Lorry" ;
    schema1:description "reisgidsen" ;
    schema1:familyName "Patton" ;
    schema1:givenName "Lorry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4c69cbc07cfda4684757ace1ce8c5d0> ;
    schema1:name "Lorry Patton" ;
    schema1:nationality "ca" ;
    schema1:sameAs <http://viaf.org/viaf/317169222> .

