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

<http://data.bibliotheken.nl/id/thes/p070115052> a schema1:Person ;
    rdfs:label "Famulus, Th." ;
    schema1:description "pseud. van: Th.F.A.M. Bensdorp",
        "zie ook: Theodorus Franciscus Bensdorp" ;
    schema1:familyName "Famulus" ;
    schema1:givenName "Th." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79c55315c58a5bd9bc29100c929262e7> ;
    schema1:name "Th. Famulus" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p070115087>,
        <http://viaf.org/viaf/192290287>,
        <https://isni.org/isni/0000000393110497> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/famu001> .

