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

<http://data.bibliotheken.nl/id/thes/p387594132> a schema1:Person ;
    rdfs:label "Snook, Michael" ;
    schema1:description "reisgidsen" ;
    schema1:familyName "Snook" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ea7f448744857fc3f8b40a2e32a1b58> ;
    schema1:name "Michael Snook" ;
    schema1:sameAs <http://viaf.org/viaf/106492426> .

