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

<http://data.bibliotheken.nl/id/thes/p266300766> a schema1:Person ;
    rdfs:label "Jansen, Bernard J. (information science)" ;
    schema1:alternateName "Jansen, Jim" ;
    schema1:familyName "Jansen" ;
    schema1:givenName "Bernard J." ;
    schema1:hasOccupation "information science" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1328585bbde4d01c37fdc0f6b10324ef> ;
    schema1:name "Bernard J. Jansen" ;
    schema1:sameAs <http://viaf.org/viaf/4321410>,
        <https://isni.org/isni/0000000045240383> .

