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

<http://data.bibliotheken.nl/id/thes/p075133113> a schema1:Person ;
    rdfs:label "Schmidt, Peter (1945- ; theologie)" ;
    schema1:birthDate "1945" ;
    schema1:description "priester; docent exegese (OT en NT) bissch. Seminarie, Gent" ;
    schema1:familyName "Schmidt" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "theologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4b66658b74cd581c3ccf882ddd58cb13> ;
    schema1:name "Peter Schmidt" ;
    schema1:sameAs <http://viaf.org/viaf/39490928>,
        <https://isni.org/isni/0000000109211873> .

