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

<http://data.bibliotheken.nl/id/thes/p087131811> a schema1:Person ;
    rdfs:label "Folkerts, Gert (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Folkerts" ;
    schema1:givenName "Gert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/98362b29cdb0c6ccc314ebd7e93e48ba> ;
    schema1:name "Gert Folkerts" ;
    schema1:sameAs <http://viaf.org/viaf/207841341>,
        <https://isni.org/isni/000000038703888X> .

