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

<http://data.bibliotheken.nl/id/thes/p123620848> a schema1:Person ;
    rdfs:label "Guislain, Albert" ;
    schema1:familyName "Guislain" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2267d79014a49fbea42e39918e9cc926> ;
    schema1:name "Albert Guislain" ;
    schema1:sameAs <http://viaf.org/viaf/69071869>,
        wd:Q21278910,
        <https://isni.org/isni/0000000109126185> .

