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

<http://data.bibliotheken.nl/id/thes/p080423892> a schema1:Person ;
    rdfs:label "Stroo, Bert" ;
    schema1:description "vert." ;
    schema1:familyName "Stroo" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7c5b2e8371d08245b151334bf1082f55> ;
    schema1:name "Bert Stroo" ;
    schema1:sameAs <http://viaf.org/viaf/290241376>,
        <https://isni.org/isni/0000000368889988> .

