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

<http://data.bibliotheken.nl/id/thes/p17580530X> a schema1:Person ;
    rdfs:label "Calis, Theo" ;
    schema1:familyName "Calis" ;
    schema1:givenName "Theo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d589c305d6fc4d9b3f9b174ff25815c> ;
    schema1:name "Theo Calis" ;
    schema1:sameAs <http://viaf.org/viaf/280709890>,
        <https://isni.org/isni/0000000368706598> .

