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

<http://data.bibliotheken.nl/id/thes/p108239977> a schema1:Person ;
    rdfs:label "Naus, Harry" ;
    schema1:description "vertaler" ;
    schema1:familyName "Naus" ;
    schema1:givenName "Harry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b38b5e7a838ccb8b6403508da1926c34> ;
    schema1:name "Harry Naus" ;
    schema1:sameAs <http://viaf.org/viaf/10632886>,
        <https://isni.org/isni/0000000009053599> .

