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

<http://data.bibliotheken.nl/id/thes/p123851017> a schema1:Person ;
    rdfs:label "Desiderius (fl. 1853)" ;
    schema1:description "fl. 1853" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/acf246a686ccc9447c08bb1ff5e42d68> ;
    schema1:name "Desiderius" ;
    schema1:sameAs <http://viaf.org/viaf/287321303>,
        <https://isni.org/isni/0000000393112679> .

