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

<http://data.bibliotheken.nl/id/thes/p067768032> a schema1:Person ;
    rdfs:label "Le Blansch, Henricus" ;
    schema1:familyName "Le Blansch" ;
    schema1:givenName "Henricus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3cfa973e8fd5e2e25ba5d520aa95883> ;
    schema1:name "Henricus Le Blansch" ;
    schema1:sameAs <http://viaf.org/viaf/306155300>,
        <https://isni.org/isni/0000000398054009> .

