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

<http://data.bibliotheken.nl/id/thes/p163955743> a schema1:Person ;
    rdfs:label "Van den Bossche, Phillip" ;
    schema1:alternateName "Bossche, Phillip van den" ;
    schema1:description "tekstschrijver over kunst" ;
    schema1:familyName "Van den Bossche" ;
    schema1:givenName "Phillip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7129dd5180e6e84c23ea14bc33b066a9> ;
    schema1:name "Phillip Van den Bossche" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/36561908>,
        <https://isni.org/isni/0000000040906756> .

