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

<http://data.bibliotheken.nl/id/thes/p339226552> a schema1:Person ;
    rdfs:label "Van Den Bossche, Philip" ;
    schema1:alternateName "Bossche, Philip Van Den",
        "Bossche, Philip Van den" ;
    schema1:familyName "Van Den Bossche" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/53dfb672462ffb4cc735a41cfe65fb13> ;
    schema1:name "Philip Van Den Bossche" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/286156607>,
        <https://isni.org/isni/0000000392151203> .

