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

<http://data.bibliotheken.nl/id/thes/p356388360> a schema1:Person ;
    rdfs:label "Letai, Pedro" ;
    schema1:description "Doctor en derecho. Profesor de IE Law School",
        "Jurist. Schreef ook gedichtenbundel: El gran búfalo americano (2012)" ;
    schema1:familyName "Letai" ;
    schema1:givenName "Pedro" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/77ac67216171af2f5f6dca131fc26164> ;
    schema1:name "Pedro Letai" ;
    schema1:sameAs <http://viaf.org/viaf/304051884>,
        <https://isni.org/isni/0000000443193738> .

