@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p073704938> a schema1:Person ;
    rdfs:label "Degenhardt, Willem (1817-1902 ; vertaler/bewerker)" ;
    schema1:alternateName "W.D." ;
    schema1:birthDate "1817" ;
    schema1:deathDate "1902" ;
    schema1:description "Onderwijzer",
        "niet in LR" ;
    schema1:familyName "Degenhardt" ;
    schema1:givenName "Willem" ;
    schema1:hasOccupation "vertaler/bewerker" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/619f646f9f7e83db5d912cb9bcec5d59> ;
    schema1:name "Willem Degenhardt" ;
    schema1:sameAs <http://viaf.org/viaf/68764430>,
        <https://isni.org/isni/0000000047380873> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/dege004> .

