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

<http://data.bibliotheken.nl/id/thes/p073431435> a schema1:Person ;
    rdfs:label "Streng, Alain (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Streng" ;
    schema1:givenName "Alain" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d18cfca300c8935884a7013edd9d0999> ;
    schema1:name "Alain Streng" ;
    schema1:sameAs <http://viaf.org/viaf/292172298>,
        <https://isni.org/isni/0000000397103454> .

