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

<http://data.bibliotheken.nl/id/thes/p217835074> a schema1:Person ;
    rdfs:label "Tierr, ..." ;
    schema1:familyName "Tierr" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d043b9b4aae5bfd7a413154bead75f85> ;
    schema1:name "... Tierr" ;
    schema1:sameAs <http://viaf.org/viaf/54312855> .

