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

<http://data.bibliotheken.nl/id/thes/p194849430> a schema1:Person ;
    rdfs:label "Snijders, Tinus" ;
    schema1:familyName "Snijders" ;
    schema1:givenName "Tinus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1754c796d3efc85103d06140874a9716> ;
    schema1:name "Tinus Snijders" ;
    schema1:sameAs <http://viaf.org/viaf/23456073>,
        <https://isni.org/isni/000000002451236X> .

