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

<http://data.bibliotheken.nl/id/thes/p227910230> a schema1:Person ;
    rdfs:label "Bobillo, Juan" ;
    schema1:familyName "Bobillo" ;
    schema1:givenName "Juan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/799c062b733604bc170c490fb038f6d4> ;
    schema1:name "Juan Bobillo" ;
    schema1:sameAs <http://viaf.org/viaf/166499464>,
        <https://isni.org/isni/0000000113876632> .

