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

<http://data.bibliotheken.nl/id/thes/p068782012> a schema1:Person ;
    rdfs:label "Loerts, Arend" ;
    schema1:familyName "Loerts" ;
    schema1:givenName "Arend" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d5beea212b2f4f37aea2a550442ae00> ;
    schema1:name "Arend Loerts" ;
    schema1:sameAs <http://viaf.org/viaf/19217056>,
        <https://isni.org/isni/0000000050801691> .

