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

<http://data.bibliotheken.nl/id/thes/p387593985> a schema1:Person ;
    rdfs:label "Ion, Sam" ;
    schema1:description "reisgidsen" ;
    schema1:familyName "Ion" ;
    schema1:givenName "Sam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f42e5359c9258c58c47ed12784dd39f> ;
    schema1:name "Sam Ion" ;
    schema1:nationality "ca" ;
    schema1:sameAs <http://viaf.org/viaf/104067987> .

