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

<http://data.bibliotheken.nl/id/thes/p407603697> a schema1:Person ;
    rdfs:label "Engel, Andy" ;
    schema1:alternateName "Enġelʹ, Endi",
        "Inīl, Andī",
        "Енґель, Енді" ;
    schema1:description "auteur van de serie Klimaatjes" ;
    schema1:familyName "Engel" ;
    schema1:givenName "Andy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c96cbc4f8748ace9fa04ac3c00f72db1> ;
    schema1:name "Andy Engel" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/43148036030087971925>,
        <https://isni.org/isni/0000000464126374> .

