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

<http://data.bibliotheken.nl/id/thes/p072428422> a schema1:Person ;
    rdfs:label "Smith, Jeremy J. (linguïst; early English)" ;
    schema1:alternateName "Smith, Jeremy" ;
    schema1:description "fl. 1988" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Jeremy J." ;
    schema1:hasOccupation "linguïst; early English" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f70fe5ba4d8a2adac3b4a7fd0998431> ;
    schema1:name "Jeremy J. Smith" ;
    schema1:sameAs <http://viaf.org/viaf/100903253> .

