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

<http://data.bibliotheken.nl/id/thes/p274398389> a schema1:Person ;
    rdfs:label "Gevers, W.A.F." ;
    schema1:description "baron",
        "baron, gezant te Washington, namens Nederland" ;
    schema1:familyName "Gevers" ;
    schema1:givenName "W.A.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f805ec3f9e70b52a6ac732ec6c9a3e7> ;
    schema1:name "W.A.F. Gevers" ;
    schema1:sameAs <http://viaf.org/viaf/281486259> .

