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

<http://data.bibliotheken.nl/id/thes/p073170755> a schema1:Person ;
    rdfs:label "Engels, Jos" ;
    schema1:familyName "Engels" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/87845dd69f9ce50f6729c23c4b1521e6> ;
    schema1:name "Jos Engels" ;
    schema1:sameAs <http://viaf.org/viaf/286124473>,
        <https://isni.org/isni/0000000392160505> .

