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

<http://data.bibliotheken.nl/id/thes/p068323441> a schema1:Person ;
    rdfs:label "Dijk, Petrus van (1943- ; jurist)" ;
    schema1:alternateName "Dijk, Pieter van" ;
    schema1:birthDate "1943" ;
    schema1:description "Professor of the Law of International Organizations, University of Utrecht",
        "geb. De Lier 21-2-1943",
        "lid KNAW" ;
    schema1:familyName "van Dijk" ;
    schema1:givenName "Petrus" ;
    schema1:hasOccupation "jurist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ccae0ba727b8a651abee9c4412d809c3> ;
    schema1:name "Petrus van Dijk" ;
    schema1:sameAs <http://viaf.org/viaf/85900397>,
        wd:Q2414671,
        <https://isni.org/isni/0000000116816547> .

