@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/p085367435> a schema1:Person ;
    rdfs:label "Schwarz, Johannes Albert Traugott (1836-1918)" ;
    schema1:birthDate "1836" ;
    schema1:deathDate "1918" ;
    schema1:familyName "Schwarz" ;
    schema1:givenName "Johannes Albert Traugott" ;
    schema1:hasOccupation "orientalist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4dce6d083b853ca5fc533c5057d50db0> ;
    schema1:name "Johannes Albert Traugott Schwarz" ;
    schema1:sameAs <http://viaf.org/viaf/279619683>,
        wd:Q131197006,
        <https://isni.org/isni/0000000385061891> .

