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

<http://data.bibliotheken.nl/id/thes/p068714270> a schema1:Person ;
    rdfs:label "Vander Elst, Philip (1951-)" ;
    schema1:alternateName "Elst, Philip Vander",
        "Van der Elst, Philip" ;
    schema1:birthDate "1951" ;
    schema1:familyName "Vander Elst" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4557420500e521f2d31427373801f6ad> ;
    schema1:name "Philip Vander Elst" ;
    schema1:sameAs <http://viaf.org/viaf/25935888>,
        <https://isni.org/isni/0000000082079728> .

