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

<http://data.bibliotheken.nl/id/thes/p327074132> a schema1:Person ;
    rdfs:label "Wind, Joris de" ;
    schema1:familyName "de Wind" ;
    schema1:givenName "Joris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8d51c8e402c1f63b91edc5722c12ec1> ;
    schema1:name "Joris de Wind" ;
    schema1:sameAs <http://viaf.org/viaf/169942799>,
        <https://isni.org/isni/0000000118880788> .

