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

<http://data.bibliotheken.nl/id/thes/p147642205> a schema1:Person ;
    rdfs:label "Pombal, ..." ;
    schema1:familyName "Pombal" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2fd4792471bf86f77d1dc0308c7e488b> ;
    schema1:name "... Pombal" ;
    schema1:sameAs <http://viaf.org/viaf/283721273>,
        <https://isni.org/isni/0000000390179608> .

