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

<http://data.bibliotheken.nl/id/thes/p298713632> a schema1:Person ;
    rdfs:label "Moreno, Antonio (vertaler)" ;
    schema1:familyName "Moreno" ;
    schema1:givenName "Antonio" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9622414fcd8ec53cd37b581f3fdeae8d> ;
    schema1:name "Antonio Moreno" ;
    schema1:sameAs <http://viaf.org/viaf/283877617>,
        <https://isni.org/isni/0000000390322371> .

