@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/p167921568> a schema1:Person ;
    rdfs:label "Trouillez, Pierre (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Trouillez" ;
    schema1:givenName "Pierre" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae8c310665ba583de36fe09c490c5615> ;
    schema1:name "Pierre Trouillez" ;
    schema1:sameAs <http://viaf.org/viaf/33854403>,
        wd:Q26719559,
        <https://isni.org/isni/0000000040756858> .

