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

<http://data.bibliotheken.nl/id/thes/p074656961> a schema1:Person ;
    rdfs:label "Manders, Hans (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:description "Neerlandicus. Leraar." ;
    schema1:familyName "Manders" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2ece84b7ca8865c84b2f79dd90f1cfb6> ;
    schema1:name "Hans Manders" ;
    schema1:sameAs <http://viaf.org/viaf/289161287>,
        <https://isni.org/isni/000000036874077X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/mand044> .

