@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/p093269498> a schema1:Person ;
    rdfs:label "Van Damme, Paul" ;
    schema1:description "dierenboeken/vertaler" ;
    schema1:familyName "Van Damme" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3631725424abc186bc44b8b29135d11d> ;
    schema1:name "Paul Van Damme" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/281589444>,
        wd:Q56707000,
        <https://isni.org/isni/0000000369192808> .

