@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/p143402366> a schema1:Person ;
    rdfs:label "Pauwels, Ivo (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Pauwels" ;
    schema1:givenName "Ivo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6bdcb15095582f1934e1c22c084b8e0> ;
    schema1:name "Ivo Pauwels" ;
    schema1:sameAs <http://viaf.org/viaf/67202872>,
        wd:Q786515,
        <https://isni.org/isni/0000000054914212> .

