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

<http://data.bibliotheken.nl/id/thes/p075206161> a schema1:Person ;
    rdfs:label "Ruys, Eduard Gerbrandus (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Ruys" ;
    schema1:givenName "Eduard Gerbrandus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e98b3c18809f361c85255ab09e3ef8cc> ;
    schema1:name "Eduard Gerbrandus Ruys" ;
    schema1:sameAs <http://viaf.org/viaf/73764857>,
        <https://isni.org/isni/0000000050069701> .

