@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p325601917> a schema1:Person ;
    rdfs:label "Pollux, Frans (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:familyName "Pollux" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0c1defac1b10e36b03a7d37f840e4b30> ;
    schema1:name "Frans Pollux" ;
    schema1:sameAs <http://viaf.org/viaf/311425150>,
        wd:Q1850671,
        <https://isni.org/isni/0000000372003887> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/poll065> .

