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

<http://data.bibliotheken.nl/id/thes/p166227110> a schema1:Person ;
    rdfs:label "Pinas, Humbert" ;
    schema1:description "interviewer" ;
    schema1:familyName "Pinas" ;
    schema1:givenName "Humbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c9f8c915b851335ee29b988aeff18ea5> ;
    schema1:name "Humbert Pinas" ;
    schema1:sameAs <http://viaf.org/viaf/287939261> .

