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

<http://data.bibliotheken.nl/id/thes/p06748574X> a schema1:Person ;
    rdfs:label "Francis, A.A." ;
    schema1:familyName "Francis" ;
    schema1:givenName "A.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2808a6aaf8413dde6946ab6886ddbe50> ;
    schema1:name "A.A. Francis" ;
    schema1:sameAs <http://viaf.org/viaf/200693079>,
        <https://isni.org/isni/0000000385525991> .

