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

<http://data.bibliotheken.nl/id/thes/p14124187X> a schema1:Person ;
    rdfs:label "Armijo, Rolando" ;
    schema1:familyName "Armijo" ;
    schema1:givenName "Rolando" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a60d348e4e7a7156dd6c019fa3b0ae0> ;
    schema1:name "Rolando Armijo" ;
    schema1:sameAs <http://viaf.org/viaf/281739133>,
        <https://isni.org/isni/0000000388569551> .

