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

<http://data.bibliotheken.nl/id/thes/p068940947> a schema1:Person ;
    rdfs:label "Armijo, José" ;
    schema1:familyName "Armijo" ;
    schema1:givenName "José" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ccf5c79b7e8fc29ce1e1ab11740fc63> ;
    schema1:name "José Armijo" ;
    schema1:sameAs <http://viaf.org/viaf/282581526>,
        <https://isni.org/isni/0000000389208555> .

