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

<http://data.bibliotheken.nl/id/thes/p073013900> a schema1:Person ;
    rdfs:label "Atlas, Samuel H." ;
    schema1:familyName "Atlas" ;
    schema1:givenName "Samuel H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e304ab23105f013ebc17e9913aea74c> ;
    schema1:name "Samuel H. Atlas" ;
    schema1:sameAs <http://viaf.org/viaf/36073111>,
        <https://isni.org/isni/000000011886119X> .

