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

<http://data.bibliotheken.nl/id/thes/p329157302> a schema1:Person ;
    rdfs:label "Biss, Philip" ;
    schema1:familyName "Biss" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/265ec3206bd479e0820b3d2d530aee5e> ;
    schema1:name "Philip Biss" ;
    schema1:sameAs <http://viaf.org/viaf/283753173>,
        <https://isni.org/isni/0000000390201799> .

