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

<http://data.bibliotheken.nl/id/thes/p079193773> a schema1:Person ;
    rdfs:label "Kroes, Lucas" ;
    schema1:familyName "Kroes" ;
    schema1:givenName "Lucas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/151728d8ec41f9b0460d0bdb643431c7> ;
    schema1:name "Lucas Kroes" ;
    schema1:sameAs <http://viaf.org/viaf/283358510>,
        <https://isni.org/isni/0000000368716702> .

