@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/p281759170> a schema1:Person ;
    rdfs:label "Schabert, Andreas" ;
    schema1:familyName "Schabert" ;
    schema1:givenName "Andreas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/80562b92470724f6e6e52d00de7e5a76> ;
    schema1:name "Andreas Schabert" ;
    schema1:sameAs <http://viaf.org/viaf/268507518>,
        wd:Q30075750,
        <https://isni.org/isni/0000000383429795> .

