@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/p073011983> a schema1:Person ;
    rdfs:label "Titius, Gottlieb Gerhard (1661-1714)" ;
    schema1:alternateName "Titi, Gottl. Gerh.",
        "Titii, Gottl. Gerh." ;
    schema1:birthDate "1661" ;
    schema1:deathDate "1714" ;
    schema1:familyName "Titius" ;
    schema1:givenName "Gottlieb Gerhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/91492626f41e6d629ee06b46196f3efa> ;
    schema1:name "Gottlieb Gerhard Titius" ;
    schema1:sameAs <http://viaf.org/viaf/10628352>,
        wd:Q105658,
        <https://isni.org/isni/0000000122763453> .

