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

<http://data.bibliotheken.nl/id/thes/p181520419> a schema1:Person ;
    rdfs:label "Bates, J.J." ;
    schema1:familyName "Bates" ;
    schema1:givenName "J.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a863b30247ad68c9b8b92afe2db28c35> ;
    schema1:name "J.J. Bates" ;
    schema1:sameAs <http://viaf.org/viaf/289056647> .

