@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/p068475985> a schema1:Person ;
    rdfs:label "Dilthey, Wilhelm (1833-1911)" ;
    schema1:alternateName "Dilthey, W." ;
    schema1:birthDate "1833" ;
    schema1:deathDate "1911" ;
    schema1:description "mb" ;
    schema1:familyName "Dilthey" ;
    schema1:givenName "Wilhelm" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/08967e575f3ed5efc7aa08fa9c53cb12> ;
    schema1:name "Wilhelm Dilthey" ;
    schema1:sameAs <http://viaf.org/viaf/68943563>,
        wd:Q60080 .

