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

<http://data.bibliotheken.nl/id/thes/p073631345> a schema1:Person ;
    rdfs:label "Ebbens, F.J." ;
    schema1:familyName "Ebbens" ;
    schema1:givenName "F.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/97ab2423cc0d8018b310a759cbdf49cd> ;
    schema1:name "F.J. Ebbens" ;
    schema1:sameAs <http://viaf.org/viaf/284458694>,
        <https://isni.org/isni/0000000390731255> .

