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

<http://data.bibliotheken.nl/id/thes/p188809147> a schema1:Person ;
    rdfs:label "Theunissen, Jos" ;
    schema1:familyName "Theunissen" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f927bb2cd5305b4b6021bd152a4fc33> ;
    schema1:name "Jos Theunissen" ;
    schema1:sameAs <http://viaf.org/viaf/287695775>,
        <https://isni.org/isni/0000000393435144> .

