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

<http://data.bibliotheken.nl/id/thes/p18286863X> a schema1:Person ;
    rdfs:label "Walther, Georg Conrad" ;
    schema1:alternateName "Walther, Georg Konrad",
        "Walther, George Conrad" ;
    schema1:familyName "Walther" ;
    schema1:givenName "Georg Conrad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9fe7bc7a4a67c71e961ab2f1b24e3f1> ;
    schema1:name "Georg Conrad Walther" ;
    schema1:sameAs <http://viaf.org/viaf/34697753>,
        wd:Q110225608,
        <https://isni.org/isni/0000000118215120> .

