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

<http://data.bibliotheken.nl/id/thes/p146900693> a schema1:Person ;
    rdfs:label "Posner, John" ;
    schema1:familyName "Posner" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3fcff7142eebaa3f220b466a678975ef> ;
    schema1:name "John Posner" ;
    schema1:sameAs <http://viaf.org/viaf/29703317>,
        <https://isni.org/isni/0000000043373545> .

