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

<http://data.bibliotheken.nl/id/thes/p303022388> a schema1:Person ;
    rdfs:label "Roes, Alexander Louis (1976-)" ;
    schema1:birthDate "1976" ;
    schema1:familyName "Roes" ;
    schema1:givenName "Alexander Louis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/08cb57c2a74d7a8090d0c41697e5ffff> ;
    schema1:name "Alexander Louis Roes" ;
    schema1:sameAs <http://viaf.org/viaf/283571434>,
        <https://isni.org/isni/0000000390023726> .

