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

<http://data.bibliotheken.nl/id/thes/p34216337X> a schema1:Person ;
    rdfs:label "Cops, Diederik (peace research)" ;
    schema1:description "Researcher at the Flemish Peace Institute" ;
    schema1:familyName "Cops" ;
    schema1:givenName "Diederik" ;
    schema1:hasOccupation "peace research" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ad5ae91b801a58944b72023279676996> ;
    schema1:name "Diederik Cops" ;
    schema1:sameAs <http://viaf.org/viaf/287396549>,
        <https://isni.org/isni/000000039317647X> .

