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

<http://data.bibliotheken.nl/id/thes/p080364829> a schema1:Person ;
    rdfs:label "Douglis, Frederick" ;
    schema1:familyName "Douglis" ;
    schema1:givenName "Frederick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fe40284817fad2902a7c14f92c442b4> ;
    schema1:name "Frederick Douglis" ;
    schema1:sameAs <http://viaf.org/viaf/14096880>,
        <https://isni.org/isni/0000000037490497> .

