@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/p191684821> a schema1:Person ;
    rdfs:label "Faist, Thomas (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:description "Professor of Sociology at Bielefeld University" ;
    schema1:familyName "Faist" ;
    schema1:givenName "Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a81d085481fafe52d7e078d2b8564389> ;
    schema1:name "Thomas Faist" ;
    schema1:sameAs <http://viaf.org/viaf/37027192>,
        wd:Q2423787,
        <https://isni.org/isni/0000000108883694> .

