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

<http://data.bibliotheken.nl/id/thes/p073776491> a schema1:Person ;
    rdfs:label "Bloed, Arie (1951- ; jurist)" ;
    schema1:birthDate "1951" ;
    schema1:description "International law",
        "dr.",
        "geb. Vinkeveen 1951" ;
    schema1:familyName "Bloed" ;
    schema1:givenName "Arie" ;
    schema1:hasOccupation "jurist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f47bb25af256787ea9e122e8eb3a4d8c> ;
    schema1:name "Arie Bloed" ;
    schema1:sameAs <http://viaf.org/viaf/71443776>,
        <https://isni.org/isni/0000000374534526> .

