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

<http://data.bibliotheken.nl/id/thes/p115275371> a schema1:Person ;
    rdfs:label "Koelma, Rob" ;
    schema1:familyName "Koelma" ;
    schema1:givenName "Rob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a72928dfac72b91b982863af129c91f7> ;
    schema1:name "Rob Koelma" ;
    schema1:sameAs <http://viaf.org/viaf/289469383>,
        <https://isni.org/isni/0000000394825785> .

