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

<http://data.bibliotheken.nl/id/thes/p069857172> a schema1:Person ;
    rdfs:label "Abeling, André" ;
    schema1:description "vert., red." ;
    schema1:familyName "Abeling" ;
    schema1:givenName "André" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0812d022dcea9b81aeb9413f12ac84a7> ;
    schema1:name "André Abeling" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/73018099>,
        <https://isni.org/isni/0000000029824784> .

