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

<http://data.bibliotheken.nl/id/thes/p075134667> a schema1:Person ;
    rdfs:label "Ravensbergen, Gert-Jan" ;
    schema1:familyName "Ravensbergen" ;
    schema1:givenName "Gert-Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa87fc05929688156c489d1cf96ca0bc> ;
    schema1:name "Gert-Jan Ravensbergen" ;
    schema1:sameAs <http://viaf.org/viaf/285072182>,
        <https://isni.org/isni/0000000391297294> .

