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

<http://data.bibliotheken.nl/id/thes/p08590676X> a schema1:Person ;
    rdfs:label "Peters, R.B." ;
    schema1:description "Ir.",
        "Ron" ;
    schema1:familyName "Peters" ;
    schema1:givenName "R.B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5735ce1d333b486c7fad8036228a8360> ;
    schema1:name "R.B. Peters" ;
    schema1:sameAs <http://viaf.org/viaf/280511087>,
        <https://isni.org/isni/0000000387582113> .

