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

<http://data.bibliotheken.nl/id/thes/p072768460> a schema1:Person ;
    rdfs:label "Simons, Herman (fl. 1888-1891)" ;
    schema1:description "fl. 1888-1891",
        "uitg. uit 1888-1891" ;
    schema1:familyName "Simons" ;
    schema1:givenName "Herman" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40e3a33339e14f0de5e453d3ea8cc1c1> ;
    schema1:name "Herman Simons" ;
    schema1:sameAs <http://viaf.org/viaf/286583798>,
        <https://isni.org/isni/0000000392490109> .

