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

<http://data.bibliotheken.nl/id/thes/p080629008> a schema1:Person ;
    rdfs:label "Schuringa, Adrie" ;
    schema1:familyName "Schuringa" ;
    schema1:givenName "Adrie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c9c6634624e2c0299e8e734343845127> ;
    schema1:name "Adrie Schuringa" ;
    schema1:sameAs <http://viaf.org/viaf/289786388>,
        <https://isni.org/isni/0000000395161546> .

