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

<http://data.bibliotheken.nl/id/thes/p242530583> a schema1:Person ;
    rdfs:label "Williams, Alan (metallurgist)" ;
    schema1:familyName "Williams" ;
    schema1:givenName "Alan" ;
    schema1:hasOccupation "metallurgist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/21b95c2d7c7ff2a7087919e81d94eec5> ;
    schema1:name "Alan Williams" ;
    schema1:sameAs <http://viaf.org/viaf/2372404>,
        <https://isni.org/isni/0000000054364492> .

