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

<http://data.bibliotheken.nl/id/thes/p073111945> a schema1:Person ;
    rdfs:label "Truss, J.K." ;
    schema1:description "John K.Truss" ;
    schema1:familyName "Truss" ;
    schema1:givenName "J.K." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fe8bb616c3647568cecb9036fa77f6fa> ;
    schema1:name "J.K. Truss" ;
    schema1:sameAs <http://viaf.org/viaf/165172503>,
        wd:Q102135641,
        <https://isni.org/isni/0000000355803428> .

