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

<http://data.bibliotheken.nl/id/thes/p181895390> a schema1:Person ;
    rdfs:label "Boutle, ..." ;
    schema1:familyName "Boutle" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fb8958a46671c76c699e268365cbb8c> ;
    schema1:name "... Boutle" ;
    schema1:sameAs <http://viaf.org/viaf/289422077> .

