@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/p070476489> a schema1:Person ;
    rdfs:label "Fichte, Immanuel Hermann (1796-1879)" ;
    schema1:alternateName "Fichte, Immanuel Hermann von",
        "Fichte, J.H.",
        "Fichte, J.H. v.",
        "Fichte, J.H. von" ;
    schema1:birthDate "1796" ;
    schema1:deathDate "1879" ;
    schema1:familyName "Fichte" ;
    schema1:givenName "Immanuel Hermann" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa8701cdf19500a797b1be4ee914a5f2> ;
    schema1:name "Immanuel Hermann Fichte" ;
    schema1:sameAs <http://viaf.org/viaf/91185>,
        wd:Q77154,
        <https://isni.org/isni/0000000108613133> .

