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

<http://data.bibliotheken.nl/id/thes/p320587819> a schema1:Person ;
    rdfs:label "Smid, Theo" ;
    schema1:familyName "Smid" ;
    schema1:givenName "Theo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/52e555e00532b4b5c34b2aecd956475d> ;
    schema1:name "Theo Smid" ;
    schema1:sameAs <http://viaf.org/viaf/160545875>,
        <https://isni.org/isni/000000039426448X> .

