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

<http://data.bibliotheken.nl/id/thes/p07506040X> a schema1:Person ;
    rdfs:label "Ruiter, J.J. de" ;
    schema1:familyName "de Ruiter" ;
    schema1:givenName "J.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a6bf8c8d91117b7e153a925835358bc> ;
    schema1:name "J.J. de Ruiter" ;
    schema1:sameAs <http://viaf.org/viaf/289395266>,
        <https://isni.org/isni/0000000394805020> .

