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

<http://data.bibliotheken.nl/id/thes/p071052518> a schema1:Person ;
    rdfs:label "Bootsma, Harrie" ;
    schema1:familyName "Bootsma" ;
    schema1:givenName "Harrie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ae48853cae262cbdaac3c9d922a7a9c> ;
    schema1:name "Harrie Bootsma" ;
    schema1:sameAs <http://viaf.org/viaf/283403634> .

