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

<http://data.bibliotheken.nl/id/thes/p157266966> a schema1:Person ;
    rdfs:label "Brooks, S.J." ;
    schema1:familyName "Brooks" ;
    schema1:givenName "S.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e68f839a607bebd47f41d381940479d> ;
    schema1:name "S.J. Brooks" ;
    schema1:sameAs <http://viaf.org/viaf/197273355> .

