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

<http://data.bibliotheken.nl/id/thes/p072394676> a schema1:Person ;
    rdfs:label "Boris, Cleet" ;
    schema1:description "Is: Hubert Mounier",
        "mb" ;
    schema1:familyName "Boris" ;
    schema1:givenName "Cleet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26d2e7ab3734117caad7ad954a8f49d9> ;
    schema1:name "Cleet Boris" ;
    schema1:sameAs <http://viaf.org/viaf/283010568>,
        <https://isni.org/isni/0000000389615556> .

