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

<http://data.bibliotheken.nl/id/thes/p369267842> a schema1:Person ;
    rdfs:label "Van den Putte, Lore (jurist)" ;
    schema1:description "PhD researcher from the Research Foundation Flanders (FWO) at the Centre for EU Studies at Ghent University (Belgium)" ;
    schema1:familyName "Van den Putte" ;
    schema1:givenName "Lore" ;
    schema1:hasOccupation "jurist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b3e45cad8b25c3c02ea6e03b05599d0d> ;
    schema1:name "Lore Van den Putte" ;
    schema1:sameAs <http://viaf.org/viaf/305831693>,
        <https://isni.org/isni/0000000423269934> .

