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

<http://data.bibliotheken.nl/id/thes/p07422400X> a schema1:Person ;
    rdfs:label "Wegman, Frans W." ;
    schema1:familyName "Wegman" ;
    schema1:givenName "Frans W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f1926d41ef1f3e2b7af49b66a073ecee> ;
    schema1:name "Frans W. Wegman" ;
    schema1:sameAs <http://viaf.org/viaf/280522591>,
        wd:Q99628129,
        <https://isni.org/isni/0000000368930098> .

