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

<http://data.bibliotheken.nl/id/thes/p161562876> a schema1:Person ;
    rdfs:label "Kuindersma, Wiebren" ;
    schema1:familyName "Kuindersma" ;
    schema1:givenName "Wiebren" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9928afad70664be2aad951fd3e2c1686> ;
    schema1:name "Wiebren Kuindersma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/280662789>,
        <https://isni.org/isni/000000038764402X> .

