@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/p06852689X> a schema1:Person ;
    rdfs:label "Wagner, Wolf (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Wagner" ;
    schema1:givenName "Wolf" ;
    schema1:hasOccupation "Professor sociale wetenschappen aan de Hogeschool Erfurt (Dtsl)" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/96a7993a8c0b78a3905fa5cb008c7ee4> ;
    schema1:name "Wolf Wagner" ;
    schema1:sameAs <http://viaf.org/viaf/2494148269727105230006>,
        wd:Q2588827,
        <https://isni.org/isni/0000000118797140> .

