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

<http://data.bibliotheken.nl/id/thes/p141107944> a schema1:Person ;
    rdfs:label "Bruijne, Peter J.O. de" ;
    schema1:familyName "de Bruijne" ;
    schema1:givenName "Peter J.O." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aea806a1bd0318f392ead48652e8ec6d> ;
    schema1:name "Peter J.O. de Bruijne" ;
    schema1:sameAs <http://viaf.org/viaf/288050049> .

