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

<http://data.bibliotheken.nl/id/thes/p165973471> a schema1:Person ;
    rdfs:label "Héloret, ..." ;
    schema1:familyName "Héloret" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b32cd6b41eacc9cfac17eb2645d296e> ;
    schema1:name "... Héloret" ;
    schema1:sameAs <http://viaf.org/viaf/7713161211447040070007>,
        <https://isni.org/isni/0000000396243869> .

