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

<http://data.bibliotheken.nl/id/thes/p101356331> a schema1:Person ;
    rdfs:label "Bommel, Bert van" ;
    schema1:description "taal" ;
    schema1:familyName "van Bommel" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb7142617b36c3fb18731748ca2f191c> ;
    schema1:name "Bert van Bommel" ;
    schema1:sameAs <http://viaf.org/viaf/283010466>,
        <https://isni.org/isni/0000000389615003> .

