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

<http://data.bibliotheken.nl/id/thes/p256537240> a schema1:Person ;
    rdfs:label "Wouters, Maurice" ;
    schema1:familyName "Wouters" ;
    schema1:givenName "Maurice" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/957a3e7855d10db79bea904c436df272> ;
    schema1:name "Maurice Wouters" ;
    schema1:sameAs <http://viaf.org/viaf/281847101>,
        <https://isni.org/isni/0000000388610913> .

