@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/p072648678> a schema1:Person ;
    rdfs:label "Van Campene, Philippe" ;
    schema1:alternateName "Campene, Philip Van" ;
    schema1:familyName "Van Campene" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a6810dbfb3287ae3e3eb53c36f7188e> ;
    schema1:name "Philippe Van Campene" ;
    schema1:sameAs <http://viaf.org/viaf/288177906>,
        wd:Q115324919,
        <https://isni.org/isni/0000000393801669> .

