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

<http://data.bibliotheken.nl/id/thes/p068180993> a schema1:Person ;
    rdfs:label "Libois, Charles" ;
    schema1:familyName "Libois" ;
    schema1:givenName "Charles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/efcf769aa6c1dfbdd9cad615f0d74f09> ;
    schema1:name "Charles Libois" ;
    schema1:sameAs <http://viaf.org/viaf/76319059>,
        <https://isni.org/isni/0000000083951792> .

