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

<http://data.bibliotheken.nl/id/thes/p087805294> a schema1:Person ;
    rdfs:label "Jans, Liesbeth" ;
    schema1:description "kunsthistoricus" ;
    schema1:familyName "Jans" ;
    schema1:givenName "Liesbeth" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/184570afc16e94c22f32294c07050b1d> ;
    schema1:name "Liesbeth Jans" ;
    schema1:sameAs <http://viaf.org/viaf/73080863>,
        <https://isni.org/isni/0000000032066523> .

