@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/p070126194> a schema1:Person ;
    rdfs:label "Wissowa, Georg (1859-1931)" ;
    schema1:alternateName "Wissowa, Georg Otto August",
        "Wissowa, Georgius" ;
    schema1:birthDate "1859" ;
    schema1:deathDate "1931" ;
    schema1:familyName "Wissowa" ;
    schema1:givenName "Georg" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/17864cb639c50d115f3805c88d5266a5> ;
    schema1:name "Georg Wissowa" ;
    schema1:sameAs <http://viaf.org/viaf/7460428>,
        wd:Q66607,
        <https://isni.org/isni/0000000108669794> .

