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

<http://data.bibliotheken.nl/id/thes/p331896567> a schema1:Person ;
    rdfs:label "Boley, Ronnie" ;
    schema1:description "vert." ;
    schema1:familyName "Boley" ;
    schema1:givenName "Ronnie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/394d37ea9a3ec84a0797cb8c503bd646> ;
    schema1:name "Ronnie Boley" ;
    schema1:sameAs <http://viaf.org/viaf/288908901>,
        <https://isni.org/isni/0000000368714010> .

