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

<http://data.bibliotheken.nl/id/thes/p069764263> a schema1:Person ;
    rdfs:label "Soet, Frans de" ;
    schema1:familyName "de Soet" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da8c2e690ca1bffbb149ae20a260c6c0> ;
    schema1:name "Frans de Soet" ;
    schema1:sameAs <http://viaf.org/viaf/282242821>,
        <https://isni.org/isni/0000000388965431> .

