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

<http://data.bibliotheken.nl/id/thes/p326800697> a schema1:Person ;
    rdfs:label "Lippens, Ronny (criminoloog)" ;
    schema1:alternateName "Lippens, Ronnie" ;
    schema1:description "Professor of Criminology at Keele University, UK" ;
    schema1:familyName "Lippens" ;
    schema1:givenName "Ronny" ;
    schema1:hasOccupation "criminoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/15013737c19bec72211e8c25b298a01f> ;
    schema1:name "Ronny Lippens" ;
    schema1:sameAs <http://viaf.org/viaf/107642626>,
        <https://isni.org/isni/0000000120324318> .

