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

<http://data.bibliotheken.nl/id/thes/p101124988> a schema1:Person ;
    rdfs:label "Rodríguez, Alejandro (wiskunde)" ;
    schema1:familyName "Rodríguez" ;
    schema1:givenName "Alejandro" ;
    schema1:hasOccupation "wiskunde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb65ab3a7d1d18b8f8b6b79b50b75dda> ;
    schema1:name "Alejandro Rodríguez" ;
    schema1:sameAs <http://viaf.org/viaf/290312511>,
        <https://isni.org/isni/0000000395567749> .

