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

<http://data.bibliotheken.nl/id/thes/p068680236> a schema1:Person ;
    rdfs:label "Stellinga, Govert" ;
    schema1:familyName "Stellinga" ;
    schema1:givenName "Govert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb2d3e75452a97606817bc927c1f2024> ;
    schema1:name "Govert Stellinga" ;
    schema1:sameAs <http://viaf.org/viaf/120505152>,
        <https://isni.org/isni/0000000078070640> .

