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

<http://data.bibliotheken.nl/id/thes/p07153685X> a schema1:Person ;
    rdfs:label "Stellingwerf, Fred" ;
    schema1:description "mb" ;
    schema1:familyName "Stellingwerf" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d2a5a3626254160167f69bf24905443b> ;
    schema1:name "Fred Stellingwerf" ;
    schema1:sameAs <http://viaf.org/viaf/286187229>,
        <https://isni.org/isni/000000039216803X> .

