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

<http://data.bibliotheken.nl/id/thes/p070970165> a schema1:Person ;
    rdfs:label "Hermes, Jacobus Jan" ;
    schema1:familyName "Hermes" ;
    schema1:givenName "Jacobus Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1cbf08aa3397d5604c50dedc3519ba83> ;
    schema1:name "Jacobus Jan Hermes" ;
    schema1:sameAs <http://viaf.org/viaf/306341104>,
        <https://isni.org/isni/0000000394294275> .

