@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/p069300089> a schema1:Person ;
    rdfs:label "Binding, Paul (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Binding" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/48e6047c5f93d47c929766b558c022a9> ;
    schema1:name "Paul Binding" ;
    schema1:sameAs <http://viaf.org/viaf/59229940>,
        wd:Q55999044,
        <https://isni.org/isni/0000000081384608> .

