@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/p127475303> a schema1:Person ;
    rdfs:label "Rey Rosa, Rodrigo (1958-)" ;
    schema1:alternateName "Rey, Rodrigo",
        "Rosa, Rodrigo Rey" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Rey Rosa" ;
    schema1:givenName "Rodrigo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/19c0d583a1c6d5659af36d844e371ad5> ;
    schema1:name "Rodrigo Rey Rosa" ;
    schema1:sameAs <http://viaf.org/viaf/73905188>,
        wd:Q4392560,
        <https://isni.org/isni/0000000110294725> .

