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

<http://data.bibliotheken.nl/id/thes/p111946123> a schema1:Person ;
    rdfs:label "Rodríguez-Plaza, M.J." ;
    schema1:familyName "Rodríguez-Plaza" ;
    schema1:givenName "M.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d9dae1f76f89930d1c583d4c04720a5> ;
    schema1:name "M.J. Rodríguez-Plaza" ;
    schema1:sameAs <http://viaf.org/viaf/280677795> .

