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

<http://data.bibliotheken.nl/id/thes/p143387227> a schema1:Person ;
    rdfs:label "Hendrix, Huub" ;
    schema1:description "ontwikkelingssamenwerker en diplomaat te Namibië" ;
    schema1:familyName "Hendrix" ;
    schema1:givenName "Huub" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/218e1a84d01d8392a83f0b31e4655df2> ;
    schema1:name "Huub Hendrix" ;
    schema1:sameAs <http://viaf.org/viaf/279949030>,
        <https://isni.org/isni/0000000387093002> .

