@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/p068575653> a schema1:Person ;
    rdfs:label "Huber, Wolfgang (1942- ; Theologie)" ;
    schema1:birthDate "1942" ;
    schema1:familyName "Huber" ;
    schema1:givenName "Wolfgang" ;
    schema1:hasOccupation "Theologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd14da5d17cefe8ca8b373dcf1a79810> ;
    schema1:name "Wolfgang Huber" ;
    schema1:sameAs <http://viaf.org/viaf/106962978>,
        wd:Q71790 .

