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

<http://data.bibliotheken.nl/id/thes/p243200633> a schema1:Person ;
    rdfs:label "Stiehler, Andreas" ;
    schema1:familyName "Stiehler" ;
    schema1:givenName "Andreas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ecfffde377d0b7536e863e2b545cee3> ;
    schema1:name "Andreas Stiehler" ;
    schema1:sameAs <http://viaf.org/viaf/67520002>,
        <https://isni.org/isni/000000001726357X> .

