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

<http://data.bibliotheken.nl/id/dbnla/poll065> a schema1:Person ;
    rdfs:label "Pollux, Frans  (1977-)" ;
    schema1:alternateName "Frans Pollux" ;
    schema1:birthDate "1977"^^xsd:gYear ;
    schema1:familyName "Pollux" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Frans" ;
    schema1:identifier "poll065" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d9bb733ca7c57705fe5639ff7138a14> ;
    schema1:name "Frans Pollux" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=poll065> .

