@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/p26289792X> a schema1:Person ;
    rdfs:label "Briones, Philippe" ;
    schema1:alternateName "Briones, Phil" ;
    schema1:familyName "Briones" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d570188de7f237c263d575a09f5153c> ;
    schema1:name "Philippe Briones" ;
    schema1:sameAs <http://viaf.org/viaf/34682416>,
        wd:Q3379441,
        <https://isni.org/isni/0000000038159237> .

