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

<http://data.bibliotheken.nl/id/thes/p071307133> a schema1:Person ;
    rdfs:label "Jordens, A.L. (1945-)" ;
    schema1:alternateName "Becker-Jordens, Annelies",
        "Jordens, Anne Liesbeth" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Jordens" ;
    schema1:givenName "A.L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/73206f16e778ad8690736fac8624a4ba> ;
    schema1:name "A.L. Jordens" ;
    schema1:sameAs <http://viaf.org/viaf/13619637>,
        <https://isni.org/isni/0000000024258277> .

