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

<http://data.bibliotheken.nl/id/thes/p07517930X> a schema1:Person ;
    rdfs:label "Landman, Thomas" ;
    schema1:familyName "Landman" ;
    schema1:givenName "Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e79dd25d0a93ff31c0b643cbd3e62bec> ;
    schema1:name "Thomas Landman" ;
    schema1:sameAs <http://viaf.org/viaf/288667950>,
        <https://isni.org/isni/0000000394215872> .

