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

<http://data.bibliotheken.nl/id/thes/p068771517> a schema1:Person ;
    rdfs:label "Tuerlinckx, Jan Ferdinand" ;
    schema1:familyName "Tuerlinckx" ;
    schema1:givenName "Jan Ferdinand" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a85fa6c4232800e1c2f53eec479e56cc> ;
    schema1:name "Jan Ferdinand Tuerlinckx" ;
    schema1:sameAs <http://viaf.org/viaf/15139713>,
        <https://isni.org/isni/0000000061510486> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/tuer001> .

