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

<http://data.bibliotheken.nl/id/thes/p303154721> a schema1:Person ;
    rdfs:label "Abma, Rients" ;
    schema1:description "dir. Eumedion",
        "voornaam: Rients" ;
    schema1:familyName "Abma" ;
    schema1:givenName "Rients" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b85b3ec1e34c9211f943b50757415ad4> ;
    schema1:name "Rients Abma" ;
    schema1:sameAs <http://viaf.org/viaf/286258464>,
        <https://isni.org/isni/0000000392254528> .

